get https://www.mystic.ai/v4/runs
Retrieve a paginated set of runs that satisfy query parameters.
Supported query params:
pipeline_id
: filter by a given pipeline ID- e.g.
pipeline_id=pipeline_some-random-string
- e.g.
order_by
: order by a given field- supported fields are
created_at
,state
,compute_time_ms
; default
iscreated_at:desc
- e.g.
order_by=compute_time_ms:desc
- supported fields are
- include_pointers: include any pointers that point to the pipelines the runs were
executed against