Start typing to search.

API Reference

List tasks

View Markdown
GET /api/tasks

List tasks

Operation IDlistTasks

Authentication

  • BearerAuth·http bearer·API key token (envoy_<hex>). Create keys from Settings → API Keys — see Using the API.

Query parameters

cursorstring

Pagination cursor from a previous response

limitinteger

Maximum number of results to return

sortstring

Column name to sort by (validated per-entity)

orderstring

Sort direction

qstring

Case-insensitive search across name/description fields

statusstring

Filter by status. Omit to return all statuses.

Success response body

200Paginated list of tasks

Paginated list of tasks

Content typeapplication/json

responseobject
4 properties
resultarray<Task>required
Array items
itemobject
7 properties
idinteger
namestring
descriptionstring | null
current_versioninteger
statusstring
created_atstring · date-time
updated_atstring · date-time
nextCursorstring
prevCursorstring
totalinteger

Total number of records matching the current filters