Skip to main content
GET
Get all workflows

Authorizations

Authorization
string
header
required

JWT token for authentication

Query Parameters

Search workflows by name or description

Maximum string length: 100
tags
string

Filter by tags (comma-separated)

limit
integer
default:50

Maximum number of workflows to return

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

Number of workflows to skip

Required range: x >= 0
sort
enum<string>
default:updated_at

Sort field

Available options:
created_at,
updated_at,
name
order
enum<string>
default:desc

Sort direction

Available options:
asc,
desc

Response

List of workflows retrieved successfully

success
boolean

Whether the request was successful

data
object[]

Response data (type varies by endpoint)

message
string

Response message

error
string

Error message (if any)