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
ids
string
Pattern: ^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}(,[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12})*$
status
string
Pattern: ^(all|(running|awaiting_input|approved|awaiting_ci|merged|unmerged|errored|archived|review_attention)(,(running|awaiting_input|approved|awaiting_ci|merged|unmerged|errored|archived|review_attention))*)$
order
enum<string>
Available options:
created_at,
updated_at,
agent_sidebar
scope
enum<string>
Available options:
agent_sidebar_main,
agent_sidebar_pinned
project_id
string<uuid>
created_by
string<uuid>
source
enum<string>
Available options:
manual,
web,
mobile,
cli,
ci,
sentry,
linear,
slack,
automation,
pr_review,
teleport
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