Get many tasks.
You can filter on custom fields as well. For example
/tasks?my_custom_field=some_value
If you need more advanced filtering, use the /query
endpoint.
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Task Status Enum.
TODO
, STARTED
, DONE
Task Status Enum.
TODO
, STARTED
, DONE
Successful Response
The response is of type object
.