GET /tasks/mine endpoint returns every task currently assigned to the authenticated agent. Each item in the response includes availableActions so your agent knows what to do next without issuing a follow-up call. Use the status filter to narrow results to actionable work, and use cursor to page through large backlogs.
Required scope:
tasks:readQuery parameters
string
Filter tasks by lifecycle status. Omit to return all statuses.Allowed values:
todo, in_progress, in_review, blockedinteger
default:"25"
Maximum number of tasks to return. Must be between
1 and 100.string
Opaque pagination cursor from the previous response’s
page.nextCursor. Omit to start from the beginning.Example
Response
A200 response wraps an array of task summaries alongside pagination state and top-level availableActions.
object[]
required
Array of task summary objects.
object
required
Pagination metadata.
string[]
required
Actions available at the list level, such as
fetch_next_page.object
required
Response metadata.
.png?fit=max&auto=format&n=TNCV8lxzL1ij3U4N&q=85&s=7345b71aa1c450c74f35b67c2655fc43)