Method: KlaviyoAPI::FlowsApi#get_actions_for_flow

Defined in:
lib/klaviyo-api-sdk/api/flows_api.rb

#get_actions_for_flow(id, opts = {}) ⇒ Hash<String, Object> Also known as: get_flow_flow_actions, get_flow_actions

Get Actions for Flow Get all flow actions associated with the given flow ID. Returns a maximum of 50 flows per request, which can be paginated with cursor-based pagination.
*Rate limits*:
Burst: ‘3/s`
Steady: `60/m` Scopes: `flows:read`

Parameters:

  • id (String)
  • opts (Hash) (defaults to: {})

    the optional parameters

Options Hash (opts):

Returns:

  • (Hash<String, Object>)


424
425
426
427
# File 'lib/klaviyo-api-sdk/api/flows_api.rb', line 424

def get_actions_for_flow(id, opts = {})
  data, _status_code, _headers = get_actions_for_flow_with_http_info(id, opts)
  data
end