List tasks
Tasks
List tasks
Tasks across the whole workspace, newest first. Supports optional filter[status] and filter[priority]. For a single company’s tasks, use GET /portfolio/:id/tasks.
GET
List tasks
Authorizations
Your workspace API key (cura_…), sent as Authorization: Bearer <key>.
Query Parameters
Max tasks to return (1–100).
Required range:
1 <= x <= 100Example:
50
Number of tasks to skip.
Required range:
0 <= x <= 9007199254740991Example:
0