Skip to main content
GET
List tasks
Supports cursor pagination (limit, cursor) and a status filter. Each task includes its latest job status and linked pull requests.

Authorizations

Authorization
string
header
required

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

Query Parameters

limit
integer
default:20

Number of tasks to return (max: 100).

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

Pagination cursor returned by a previous list call.

Response

Tasks list

tasks
object[]
required
nextCursor
string | null
required