Optional filterOptional filterFilter by run ID(s). Comma-separated list for multiple IDs.
Optional filterFilter by owner UUID.
Optional filterFilter by params. Format: key:value,key2:>0.5,key3:true.
Optional filterFilter by parent run ID. Use 'null' to return only root runs (runs with no parent).
Optional filterFilter by project ID.
Optional filterFilter by run status. Valid values: pending, running, completed, failed, killed, unresponsive, paused.
Optional filterFilter by tags. Format: key:value,key2:value2.
Optional includeWhen true, also return runs whose descendants match the active filters. The descendant_match field in each result indicates whether the run was included via a descendant match.
Optional includeInclude all runs pinned by the current user, regardless of other filters.
Optional pagePage number (1-indexed).
Optional pageNumber of items per page. Maximum is 100.
Optional pinnedSort pinned runs before non-pinned runs. Pinned runs are ordered by pin time descending.
Optional sortSort field. Valid values: name, created_at, updated_at, duration. Prefix with '-' for descending order (e.g., -updated_at).
Generated using TypeDoc
Text search filter for run name or description.