v1
latestOpenAPI 3.0.12026-08-0621301.7 MBGet all tasks
Returns all tasks. This is a cursor-paginated endpoint. For more information, please refer to our documentation on <a href="https://pipedrive.readme.io/docs/core-api-concepts-pagination" target="_blank" rel="noopener noreferrer">pagination</a>.
Query parameters
For pagination, the marker (an opaque string value) representing the first item on the next page
For pagination, the limit of entries to be returned. If not provided, up to 500 items will be returned.
If supplied, only tasks that are assigned to this user are returned
If supplied, only tasks that are assigned to this project are returned
If null is supplied then only parent tasks are returned. If integer is supplied then only subtasks of a specific task are returned. By default all tasks are returned.
Whether the task is done or not. 0 = Not done, 1 = Done. If not omitted then returns both done and not done tasks.
Response
A list of tasks.