Runs
List Workflow Eval Runs
List workflow eval runs.
Optionally filter by workflow_id, eval_id, target_block_id,
status/exclude_status, trigger_type, and a from_date/to_date
window. Returns a cursor-paginated list ordered by sort_by (default
newest first).
GET
List workflow-eval runs, newest first. This is the run index for parent eval
runs, not the per-eval result history.
Filter by
workflow_id, eval_id, target_block_id, lifecycle status,
trigger type, date range, or id pagination. limit defaults to 20, max 100.
The response uses the canonical Retab list envelope:
{ "data": [...], "list_metadata": { "before": null, "after": null } }.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Query Parameters
Required range:
1 <= x <= 100Available options:
asc, desc