Skip to main content
GET
List Tickets Endpoint

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
cluster_id
string<uuid> | null
q
string | null
page
integer
default:1
Required range: x >= 1
page_size
integer
default:25
Required range: 1 <= x <= 100

Response

Successful Response

pagination
TicketPagination · object
required
result
TicketSummary · object[]
required