Skip to main content
GET
List task jobs
Returns the task’s jobs — plans, implementation runs, follow-ups — oldest context first, with cursor pagination (limit, cursor, nextCursor). Use this to render a task’s timeline or poll for progress.

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

taskIdOrSlug
string
required

Task id (UUID) or task slug.

Query Parameters

limit
integer
default:30

Number of jobs to return (max: 100).

Required range: 1 <= x <= 100
cursor
string

Opaque pagination cursor returned by a previous call.

Response

Task jobs list

jobs
object[]
required
nextCursor
string | null
required

Opaque cursor to request the next page of older jobs.