Get Flow Relationships Flow Actions
GET {{baseUrl}}/api/flows/:id/relationships/flow-actions/
Get all relationships for flow actions associated with the given flow ID.
Flow action relationships can be sorted by the following fields, in ascending and descending order:
id
, status
, created
, updated
Use filters to narrow your results.
Returns a maximum of 50 flow action relationships per request, which can be paginated with offset pagination. Offset pagination uses the following parameters: page[size]
and page[number]
.
Rate limits:
Burst: 3/s
Steady: 60/m
Scopes:
flows:read
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
filter | string | For more information please visit https://developers.klaviyo.com/en/v2023-12-15/reference/api-overview#filtering<br>Allowed field(s)/operator(s):<br>action_type : equals <br>status : equals <br>created : equals , greater-or-equal , greater-than , less-or-equal , less-than <br>updated : equals , greater-or-equal , greater-than , less-or-equal , less-than | |
page[size] | number | Default: 50. Min: 1. Max: 100. | |
sort | string | For more information please visit https://developers.klaviyo.com/en/v2023-12-15/reference/api-overview#sorting |
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
revision | string | (Required) API endpoint revision (format: YYYY-MM-DD[.suffix]) | |
Accept | string |
RESPONSES
status: OK
{"data":[{"type":"flow-action","id":"\u003cstring\u003e"},{"type":"flow-action","id":"\u003cstring\u003e"}]}