Get Flow Relationships
GET {{baseUrl}}/api/flows/:id/relationships/:related_resource/
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
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/v2022-10-17/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 | |
sort | string | For more information please visit https://developers.klaviyo.com/en/v2022-10-17/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":"adipisicing qui reprehenderit dolore"},{"type":"flow-action","id":"culpa"}]}