Retrieve all Tasks for a Rack
Authentication
Path parameters
Query parameters
Restrict results to non-terminal Tasks.
Include the per-task execution report on each returned task.
Response headers
Response
Human-readable description provided when the task was created.
Operation Rule that Flow resolved for this task — either because
the caller pinned one via ruleId on the originating request or
because Flow’s default rule resolution picked it. Null if Flow
has not yet recorded a resolution.
Timestamp when the task finished (succeeded, failed or terminated).
Structured v1 execution report for the task. Populated on single-task GET and cancel responses, and on list responses only when includeReport=true is set. Omitted when the task has not yet produced a report (e.g. still queued) or when the caller did not opt in on list endpoints.
A future schema revision will be exposed as a new TaskReportV2 schema referenced from a parallel response field; v1 consumers are not disturbed by that bump.