Skip to main content
GET
List Ai Tickets

Authorizations

Authorization
string
header
required

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

Headers

authorization
string | null
x-ankra-organisation-id
string | null

Query Parameters

status
string | null
kind
string | null
priority
string | null
assignee_agent_task_id
string | null

Comma-separated; matches any of the listed values.

assignee_user_id
string | null

Comma-separated; matches any of the listed values.

parent_ticket_id
string<uuid> | null
top_level_only
boolean | null
cluster_id
string | null

Comma-separated; matches any of the listed values.

label
string | null

Comma-separated; matches any of the listed values.

search
string | null
needs_human
boolean | null
include_closed
boolean | null
limit
integer | null
offset
integer | null
cursor
string | null

Keyset pagination cursor: the next_cursor value from the previous page. Opaque. When set, offset is ignored.

cluster_scope
string | null

Response

Successful Response

tickets
AiTicketResponse · object[]
required
total_count
integer
required
next_cursor
string | null
required

Keyset cursor for the page after this one (pass as the cursor query parameter); null when this page was not full.