Skip to main content
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

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Query Parameters

workflow_id
string | null
eval_id
string | null
target_block_id
string | null
status
string | null
exclude_status
string | null
trigger_type
string | null
from_date
string<date-time> | null
to_date
string<date-time> | null
sort_by
string
default:created_at
before
string | null
after
string | null
limit
integer
default:50
Required range: 1 <= x <= 100
order
enum<string>
default:desc
Available options:
asc,
desc

Response

Successful Response

A page of WorkflowEvalRun resources. data holds the items and list_metadata carries the before/after cursors; pass after to fetch the next page.

data
WorkflowEvalRun · object[]
required
list_metadata
ListMetadata · object
required

Boundary resource IDs for page navigation.