List pipeline runs
List all pipeline runs in the project, ordered by creation date (most
recent first). Use this to discover the id of a run returned by an
extraction flow run-sync / publish call, or to monitor recent
activity.
The list response uses a lightweight serializer that omits the very
large chunk_ids / document_ids arrays and truncates raw_logs to
the most recent entries. Fetch a single run via the detail endpoint
to get the full payload.
Authorizations
Use Authorization: Bearer
Path Parameters
UUID of the project
Query Parameters
Filter pipeline runs by status (e.g. pending, running, completed, failed).
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 Maximum number of results per page
1 <= x <= 1000Number of results to skip for pagination
x >= 0