Skip to main content
GET
List workflow groups for a workflow

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Headers

Authorization
string
required

Bearer token

Path Parameters

workflow_id
string
required

Query Parameters

include
string

Comma-separated list of relationships to include. Allowed: workflow, parent, children

sort
string

Sort order. Prefix with - for descending. Allowed: created_at, updated_at

filter[key]
string

Filter results. Available filters: workflow.

page[size]
integer

Number of items per page (max 100)

page[after]
string

Cursor for next page

page[before]
string

Cursor for previous page

Response

workflow groups found

data
object[]
required
meta
object