Retrieve all Task Runs
List Task Runs on a Site. Filters compose with AND; results are paginated
and the X-Pagination response header reports the total count over the
post-filter set.
Org must have an Infrastructure Provider entity. User must have
authorization role with PROVIDER_ADMIN suffix.
Authentication
Path parameters
Query parameters
ID of the Site that owns the Task Runs (Task Runs are site-scoped).
Page number of results returned (1-indexed).
Response headers
Response
Human-readable name of the Task Run.
Type of operation this Task Run executes. Currently always FirmwareControl.
Why the Task Run is paused or terminal (e.g. PhaseGate, SafetyGate).
None when there is no qualifying reason.
Optional free-form description.
Operation code within the operation type (e.g. upgrade).
Optional human-readable detail for the current status.
Derived per-phase outcome stats. Present only on the single-Task-Run
GET when includeStats=true; omitted otherwise.