List your tasks

Returns a paginated list of all tasks owned by the authenticated user.

Tasks can be filtered by status and paginated for efficient retrieval. Each task includes its current status, assigned agent (if any), and custom metadata.

Authentication

X-API-Keystring
Enter your API key for programmatic access
OR
AuthorizationBearer

Enter your JWT token (without the ‘Bearer ’ prefix)

Query parameters

pageintegerOptional>=1Defaults to 1
Page number
per_pageintegerOptional1-100Defaults to 20
Items per page
statusenumOptional
Filter by status

Response

Tasks
datalist of objects or null
metadataobject or null

Errors