Method: KlaviyoAPI::FlowsApi#get_flows

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

#get_flows(opts = {}) ⇒ Hash<String, Object>

Get Flows Get all flows in an account. 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:

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

    the optional parameters

Options Hash (opts):

Returns:

  • (Hash<String, Object>)


1071
1072
1073
1074
# File 'lib/klaviyo-api-sdk/api/flows_api.rb', line 1071

def get_flows(opts = {})
  data, _status_code, _headers = get_flows_with_http_info(opts)
  data
end