Runs
List Workflow Test Runs
List workflow test runs.
Optionally filter by workflow_id, test_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-test runs, newest first. This is the run index for parent test
runs, not the per-test result history.
Filter by
workflow_id, test_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
Query Parameters
Required range:
1 <= x <= 100Available options:
asc, desc