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

page
integer<int64>
Required range: x >= 1
limit
integer<int64>
Required range: 1 <= x <= 100
status
string
Pattern: ^(all|(running|awaiting_input|awaiting_ci|merged|unmerged|errored|archived)(,(running|awaiting_input|awaiting_ci|merged|unmerged|errored|archived))*)$
order
enum<string>
Available options:
created_at,
updated_at,
agent_sidebar
scope
enum<string>
Available options:
agent_sidebar_main,
agent_sidebar_reviews,
agent_sidebar_merged,
agent_sidebar_archived
project_id
string<uuid>
source
enum<string>
Available options:
manual,
ci,
sentry,
linear,
slack,
automation,
pr_review
started_at_op
enum<string>
Available options:
before,
after,
equal
started_at_date
string
Minimum string length: 1
ended_at_op
enum<string>
Available options:
before,
after,
equal
ended_at_date
string
Minimum string length: 1

Response

OK

pagination
object
required
tasks
object[]
required