v1

latestOpenAPI 3.0.02026-08-0455133277.1 KB
Workflows

List workflows

List workflows with pagination. Returns paginated results with limit (default: 50) and offset (default: 0) parameters. The response always includes pagination metadata with total count.

get/v0/workflows

Query parameters

project_idstring

Unique identifier for the project containing the workflows

idstring

Filter by specific workflow ID

namestring

Filter workflows by display name

created_bystring

Filter workflows by creator's user id

created_onstring

Filter workflows by creation date

updated_atstring

Filter workflows by last modification timestamp

offsetinteger

Offset for pagination

limitinteger

Limit for pagination

Response

OK

Example response

{
  "pagination": {
    "limit": 10,
    "total": 100
  }
}