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.

Path Parameters

campaign_id
string<uuid>
required

The campaign ID

Query Parameters

status
enum<string>

Filter by task status active tasks accept new work; archived tasks accept no new creators

Available options:
active,
archived
Example:

"active"

Response

The campaign's tasks

data
object[]
has_more
boolean
Example:

false

next_cursor
string | null