Skip to main content
GET
List immutable workflow block versions for a workflow.

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

Filter by stable block ID

workflow_version_id
string | null

Filter by workflow version ID

before
string | null

Block version cursor before

after
string | null

Block version cursor after

limit
integer
default:50

Maximum number of block versions to return

Required range: 1 <= x <= 100

Response

Successful Response

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

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

Boundary resource IDs for page navigation.