Skip to main content
GET
List workflows with id pagination. Use before or after to page through results.

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Query Parameters

before
string | null
after
string | null
limit
integer
default:10

Items per page

Required range: 1 <= x <= 100
order
enum<string>
default:desc
Available options:
asc,
desc
sort_by
string
default:updated_at
project_id
string | null

Only return workflows belonging to this project. Use the shared project's id to list the organization's shared workflows.

Response

Successful Response

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

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

Boundary resource IDs for page navigation.