Skip to main content
GET
List tasks

Authorizations

Authorization
string
header
required

Requires an API key. See the Authentication guide.

Query Parameters

project_id
string
required
limit
integer
default:20

Maximum objects to return.

Required range: 1 <= x <= 100
before_id
string | null
after_id
string | null

Response

200 - application/json

Page of tasks.

data
Task · object[]
required
type
string
default:list
Allowed value: "list"
has_more
boolean
default:false
first_id
string | null
last_id
string | null