v1
Get All Tasks
Get all workspace tasks across all agents.
Access Control: Returns all tasks within the current user’s workspace (workspace isolation). All users in the same workspace can see all workspace tasks.
GET
Get All Tasks
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Query Parameters
Filter by task status
Maximum number of tasks to return
Required range:
1 <= x <= 1000Number of tasks to skip
Required range:
x >= 0Response
Successful Response
Get All Tasks