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

KeyDatatypeRequiredDescription
filterstringFor more information please visit https://developers.klaviyo.com/en/v2024-06-15/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
page[size]numberDefault: 50. Min: 1. Max: 100.
sortstringFor more information please visit https://developers.klaviyo.com/en/v2024-06-15/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;\u003cstring\u003e&quot;},{&quot;type&quot;:&quot;flow-action&quot;,&quot;id&quot;:&quot;\u003cstring\u003e&quot;}]}