List traces
List orchestration traces. Each trace wraps every span (node execution) across its run lineage; the summary is aggregated at query time directly from orchestration.spans (no separate traces table — spans carries trace_uuid with a bloom-filter skipping index).
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Body
Request body schema.
Include traces whose first execution started after this timestamp (ISO string). Required.
When set, restrict traces to this workflow. Omit to search across workflows in the workspace.
^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-4[0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12})$Filter traces by their derived status (pending if any span anywhere in the trace is still pending, error if any of the root run's spans has errored, otherwise success).
pending, error, success Include traces whose first execution started on or before this timestamp (ISO string).
Maximum number of traces to return.
Number of traces to skip.

