List tickets for a project
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
Query Parameters
Page number (1-based). If omitted and offset is set, page is derived as offset/limit + 1.
x >= 1Legacy offset; used only when page is omitted.
Comma-separated ticket UUIDs; list is restricted to these ids (invalid tokens return 400).
Filter by a single persisted state label row UUID.
Comma-separated workflow state label keys (OR). Matching ignores case and non-alphanumeric separators (underscore, space, hyphen), so mat_loss matches MAT LOSS and matloss. MattLoss folds to mattloss and does not match mat_loss.
open, in_progress, terminal_success, terminal_failed, cancelled Substring match on title (ignored if fewer than 3 characters, same pattern as device name search).
When set (with optional tag_value), only tickets having at least one tag with this kind are returned.
Optional; when set with tag_kind, tag value must match exactly.
Comma-separated allowlisted field names for each item. Base ticket keys (e.g. id, title, system_class) plus expansions tags (array) and state_label (object). Unknown names return 400. When omitted, each item is the full ticket object.