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

KeyDatatypeRequiredDescription
filterstringFor more information please visit https://developers.klaviyo.com/en/v2022-10-17/reference/api-overview#filtering&lt;br&gt;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
sortstringFor more information please visit https://developers.klaviyo.com/en/v2022-10-17/reference/api-overview#sorting

HEADERS

KeyDatatypeRequiredDescription
revisionstring(Required) API endpoint revision (format: YYYY-MM-DD[.suffix])
Acceptstring

RESPONSES

status: OK

{&quot;data&quot;:[{&quot;type&quot;:&quot;flow-action&quot;,&quot;id&quot;:&quot;adipisicing qui reprehenderit dolore&quot;},{&quot;type&quot;:&quot;flow-action&quot;,&quot;id&quot;:&quot;culpa&quot;}]}