Skip to main content
GET
List immutable workflow graph versions.

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

Workflow whose versions to list

before
string | null

Workflow version cursor before

after
string | null

Workflow version cursor after

limit
integer
default:50

Maximum number of versions to return

Required range: 1 <= x <= 100

Response

Successful Response

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

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

Boundary resource IDs for page navigation.