Skip to main content
GET
List workflow block executions for one run and block.

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
block_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 BlockExecution resources. data holds the items and list_metadata carries the before/after cursors; pass after to fetch the next page.

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

Boundary resource IDs for page navigation.