Skip to main content
GET
List Workflow Versions

Headers

x-anyreach-org
string | null

Organization ID for user PATs (pat_ prefix tokens)

Path Parameters

workflow_id
string
required

Query Parameters

created_after
string<date-time> | null

Filter workflows created after this datetime

created_before
string<date-time> | null

Filter workflows created before this datetime

updated_after
string<date-time> | null

Filter workflows updated after this datetime

updated_before
string<date-time> | null

Filter workflows updated before this datetime

is_published
boolean | null

Filter workflows updated before this datetime

limit
integer
default:20

Number of items per page

Required range: 1 <= x <= 100
cursor
string

Cursor for pagination

Response

Successful Response

data
WorkflowVersionSchema · object[]
required
pagination
PaginationMeta · object
required