Get paginated list of flow transactions
Returns a paginated list of flows for the specified environment with optional filtering by execution state and mode.
GET
Get paginated list of flow transactions
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
ID of the environment
Required string length:
36Pattern:
^[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}$Example:
"95b11417-f18f-457f-8804-68e361f9164f"
Query Parameters
Cursor for pagination
Filter by execution state (e.g. failed, expired, cancelled, source_confirmed)
Filter by flow mode (payment, deposit, withdraw)
Search flows by ID (partial match)
Last modified on June 26, 2026
Get paginated list of flow transactions