Skip to main content
GET
List flows (paginated, filterable)

Authorizations

Authorization
string
header
required

Use a Bearer token to access these API endpoints. Example: "Bearer {your-token}"

Query Parameters

page
integer
default:1
per_page
integer
default:20
Required range: x <= 100
status
enum<string>
Available options:
draft,
deployed

Substring match against the flow name.

sort
string
default:updated_at:desc

Format column:direction. Allowed columns: updated_at (default), created_at, name. Direction: asc, desc.

Response

200 - application/json

OK

success
boolean
Example:

true

data
object[]
meta
object