Skip to main content
GET
List workflows

Authorizations

Authorization
string
header
required

API key passed as Authorization: Bearer <api_key>

Query Parameters

limit
integer
default:50

Page size. Defaults to 50, capped at 100.

Required range: x <= 100
offset
integer
default:0

Page start.

category
string

Keep only workflows carrying this category slug.

Example:

"image-generation"

keyword
string

Free-text match on the workflow name.

sort_key
enum<string>

Sort column. Ignored unless sort_direction is also given.

Available options:
name,
created_at,
updated_at,
trigger_count,
status
sort_direction
enum<string>

Sort direction. Ignored unless sort_key is also given.

Available options:
asc,
desc
node_based
boolean

Keep only workflows whose node_based flag matches. Omit for all.

Response

A page of workflows

A page of workflows

workflows
object[]
offset
integer

Start of the next page; present while pages come back full

Example:

50

total_count
integer

Full result-set size for the applied filters

Example:

231

Last modified on August 17, 2026