Skip to main content
GET
List Workflows

Authentication

Requires a JWT token or API key in the Authorization header.

Request

Query parameters

integer
Page number (default: 1).
integer
Items per page (default: 20, max: 100).
string
Filter by status: active, paused, or draft.

Example request

Response

Returns a paginated list of workflow objects.
array
Array of workflow objects.
string
Unique workflow identifier.
string
Workflow display name.
string
Human-readable description.
string
Current status: active, paused, or draft.
object
Trigger configuration (type, schedule, etc.).
array
Array of step definitions.
string
ISO 8601 creation timestamp.
string
ISO 8601 last update timestamp.
integer
Total number of workflows.
integer
Current page number.

Example response