HomeGuidesAPI Reference
ChangelogHelp CenterCommunityContact Us
API Reference
These docs are for a deprecated API version. Click here to use the latest version.

Get Flow Actions For Flow

Get all flow actions associated with the given flow ID.
Flow actions can be sorted by the following fields, in ascending and descending order: id, status, created, updated, action_type
Returns a maximum of 50 flows 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

Path Params
string
required
Query Params
array of strings
fields[flow-action]
string

For more information please visit https://developers.klaviyo.com/en/v2023-01-24/reference/api-overview#filtering
Allowed field(s)/operator(s):
id: any
action_type: any, equals
status: equals
created: equals, greater-or-equal, greater-than, less-or-equal, less-than
updated: equals, greater-or-equal, greater-than, less-or-equal, less-than

Headers
string
required
Defaults to 2023-01-24

API endpoint revision (format: YYYY-MM-DD[.suffix])

Responses

Language
Credentials