Skip to main content
GET
List the eval results produced by one workflow-eval run. Filter by run_id; each result also has its own opaque id; use Get Workflow Eval Result to refresh one row directly. 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

run_id
string
required
before
string | null
after
string | null
limit
integer
default:20
Required range: 1 <= x <= 100
order
enum<string>
default:desc
Available options:
asc,
desc

Response

Successful Response

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

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

Boundary resource IDs for page navigation.