Skip to main content
GET
List flows
Returns your flows, each with the recipes they reference. A flow identifier is what your product sends as flow_id when it evaluates, so this listing is the map between the moments you guard and the scoring behind them.

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Query Parameters

limit
integer
default:50

Maximum number of flows to return per page. A larger value is clamped to 200 rather than refused.

Required range: 1 <= x <= 200
cursor
string

Pagination cursor from the previous response.

Response

OK

flows
object[]
required
next_cursor
string

Pass this back as cursor for the next page. Absent on the last page.

Example:

"flo_01jc0t6fwwfgfsq1md24mhyztj"