---
updatedAt: 2025-05-12T08:38:01.000Z
---

Fetch the complete documentation index at: https://apidocs.hibob.com/llms.txt. Use this file to discover all available pages before exploring further.

# Tasks

The Tasks API provides access to the details of tasks.

# Required permissions

To access general task details via the API, ensure the following permissions are set:

| Data type / Method    | Permission                                                                                                         | Comment                                                |
| :-------------------- | :----------------------------------------------------------------------------------------------------------------- | :----------------------------------------------------- |
| Read tasks            | People's Data > Tasks and flow > People's tasks > View and mark selected people's tasks as complete or incomplete. | Same for read all open tasks and read for an employee. |
| Mark task as complete | People's Data > Tasks and flow > People's tasks > View and mark selected people's tasks as complete or incomplete. |                                                        |

# Rate limiting

Rate limits are restrictions that our API imposes on the number of times a user can access our endpoints within a specified period of time. To learn more about rate-limiting best practices, see [Rate limiting](https://apidocs.hibob.com/docs/rate-limit).

Below is a table detailing the rate limits for each endpoint in the Onboarding endpoints.

| Method | Endpoint                                                                                     | Limit per minute |
| :----- | :------------------------------------------------------------------------------------------- | :--------------: |
| GET    | [Read all open tasks.](https://apidocs.hibob.com/reference/get_tasks)                        |        50        |
| GET    | [Read tasks of a specific employee](https://apidocs.hibob.com/reference/get_tasks-people-id) |        50        |
| POST   | [Mark a task as complete](https://apidocs.hibob.com/reference/post_tasks-taskid-complete)    |        10        |