List tickets

GET/support/tickets

Returns the support tickets in the account, using cursor-based pagination.

The collection can be filtered by user, product, support department, status, a text search, and last update time, and sorted by updated_at.

If the credentials are restricted to specific users or products, only tickets within that scope are returned.

AuthorizationBearer <token>

Autonomous mode: the API credential secret, sent as a bearer token. Credential secrets are identified by a fixed prefix.

In: header

Query Parameters

limit?integer
Range1 <= value <= 200
cursor?string
sort?string

Value in

  • "updated_at"
  • "-updated_at"
user_id?string
department_id?string
status?string

Value in

  • "open"
  • "closed"
product_id?string
q?string
updated_after?string
Formatdate-time

Response Body

application/json

application/json

application/json

application/json

curl -X GET "https://example.com/support/tickets"
Empty