List tickets for a project
Documentation Index
Fetch the complete documentation index at: https://docs.ilyama.golain.io/llms.txt
Use this file to discover all available pages before exploring further.
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).
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.