Skip to main content
GET
List user workflows

Authorizations

Authorization
string
header
required

API key must be prefixed with "Key ", e.g. Authorization: Key YOUR_API_KEY

Query Parameters

limit
integer

Maximum number of items to return. Actual maximum depends on query type and expansion parameters.

Required range: x >= 1
Example:

50

cursor
string

Pagination cursor from previous response. Encodes the page number.

Example:

"Mg=="

Search by workflow name or title

Example:

"image generation"

used_endpoint_ids

Filter by model endpoint IDs used in the workflow. Can be a single value or comma-separated values.

Example:

Response

Successfully retrieved workflows

Response containing workflow data with pagination support

workflows
object[]
required

Array of workflow items

Example:
next_cursor
string | null
required

Cursor for the next page of results, null if no more pages

Example:

"eyJvZmZzZXQiOjEwfQ=="

has_more
boolean
required

Whether more results are available

Example:

true

total
integer

Total number of workflows matching the query

Example:

42