List Ai Tickets
Tickets are ordered by updated_at DESC, id DESC (stable). Prefer keyset pagination: pass the previous page’s next_cursor as cursor; offset is ignored when cursor is set and remains only for existing clients. total_count is always the full filtered population. The search filter is a case-insensitive substring match on title and body; %, _ and \ in the search text match literally.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Query Parameters
Comma-separated; matches any of the listed values.
Comma-separated; matches any of the listed values.
Comma-separated; matches any of the listed values.
Comma-separated; matches any of the listed values.
Keyset pagination cursor: the next_cursor value from the previous page. Opaque. When set, offset is ignored.