Get pipeline run details and status
Retrieve the full details of a single pipeline run, including its
current status, the list of executed steps with their per-step
status, and the aggregated raw_logs produced during execution.
Poll this endpoint to track the progress of a run started via an
extraction flow run-sync or publish call. A run is in a terminal
state when status is one of completed, completed_with_warnings,
failed, or aborted.
Authorizations
Use Authorization: Bearer
Path Parameters
UUID of the project
UUID of the pipeline run
Response
Pipeline run details
Full pipeline run payload returned by the detail endpoint.
Lifecycle status of a pipeline run or step:
pending— queued, not yet startedrunning— currently executingcompleted— finished successfullycompleted_with_warnings— finished, but some steps emitted warningsfailed— terminated with an erroraborted— cancelled via theabortaction
pending, running, completed, completed_with_warnings, failed, aborted Run mode (e.g. recreate-all, recreate-single, upsert-single, upsert-all).
ID of the user who triggered the run.
Map of table name → table version UUID for the run.
UUIDs of documents this run targets.
UUIDs of chunks this run targets.
Concatenated logs produced during execution.