Skip to main content
GET
List all experiments attached to a workflow, with the latest run’s status, score, staleness flag, and schema-drift state. 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
required
block_id
string | null
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 WorkflowExperiment resources. data holds the items and list_metadata carries the before/after cursors; pass after to fetch the next page.

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

Boundary resource IDs for page navigation.