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.
Documentation Index
Fetch the complete documentation index at: https://docs.clarifeye.ai/llms.txt
Use this file to discover all available pages before exploring further.
Use Authorization: Bearer
UUID of the project
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 the abort actionpending, running, completed, completed_with_warnings, failed, aborted Maximum number of results per page
1 <= x <= 1000Number of results to skip for pagination
x >= 0