List my work
Returns the caller’s actionable tasks across every run they can access, keyset-paginated and sorted by urgency.
Authentication
AuthorizationBearer
WorkOS session JWT or an organization API key, sent as Authorization: Bearer <token>.
Query parameters
status
Filter to a single task status.
playbookSlug
Filter to tasks belonging to runs of this playbook.
projectId
Filter to tasks in this project.
limit
Maximum number of tasks to return.
cursor
Keyset cursor from a previous page’s nextCursor.
Response
The caller's actionable tasks.
tasks
nextCursor
Keyset cursor for the next page, or null.
Errors
400
Bad Request Error
401
Unauthorized Error