Skip to main content
GET
List workflows

Authorizations

x-api-key
string
header
required

API key authentication. Get your key from Settings → API Keys.

Query Parameters

limit
number
default:100

Maximum number of items to return (1-100) Maximum number of workflows to return (1-100)

Required range: 1 <= x <= 100
cursor
string<date-time>

Pagination cursor (created_at timestamp from previous response). Must be URL-encoded.

Response

List of workflows

Paginated list of workflows

data
object[]
required

List of workflows

cursor
string<date-time> | null
required

Cursor for the next page. Null if no more results.