API Reference
List tasks
GET
/api/tasks
List tasks
Operation IDlistTasks
Authentication
- BearerAuth
http bearerAPI key token (envoy_<hex>). Create keys from Settings → API Keys — see Using the API.
Query parameters
cursorstringPagination cursor from a previous response
limitintegerMaximum number of results to return
sortstringColumn name to sort by (validated per-entity)
orderstringSort direction
qstringCase-insensitive search across name/description fields
statusstringFilter by status. Omit to return all statuses.
Success response body
200Paginated list of tasks
Paginated list of tasks
Content typeapplication/json
responseobject4 properties
resultarray<Task>requiredArray items
itemobject7 properties
idintegernamestringdescriptionstring | nullcurrent_versionintegerstatusstringcreated_atstring · date-timeupdated_atstring · date-timenextCursorstringprevCursorstringtotalintegerTotal number of records matching the current filters