Skip to main content
GET
List tasks

Authorizations

Authorization
string
header
required

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

Query Parameters

cursor
string<uuid>

Cursor for pagination. Use the next_cursor from the previous response.

limit
integer
default:100

Number of tasks to return per page.

Required range: 1 <= x <= 9007199254740991
Example:

10

Response

List of tasks returned successfully.

Paginated list of tasks response.

data
object[]
required

Array of task objects.

pagination
object
required