Flow list
Returns all of the organisation's collection flows. Primarily used for reconciliation, reporting and overall collections oversight.
Paginated. Supports filters by flow UUID, externalId, status, product label and creation/status-change date ranges. Results can be sorted by createdAt, statusUpdatedAt, flowUuid, externalId or status.
Also supports filtering by channel attribution origin (q_origin) and collaborator (q_collaboratorUuid, q_collaboratorLegalName); each list item carries a collaborator block with the attributed collaborator's snapshot, absent for direct flows.
Autorizaciones
OAuth2 security scheme
clientCredentials Flow
"/api/v2/auth/token""zertiban-api"Access to the API
Parámetros
Header Parameters
Tenant identifier that contains the organisation UUID
"1f56c928-7621-44fe-8cda-c211fda0a828""uuid"Query Parameters
Page size
010010Zero-based offset
00Indicates the property to sort the result list (case insensitive)
"flowUuid""externalId""status""createdAt""statusUpdatedAt""string""createdAt"Indicates the sort direction (case insensitive)
"ASC""DESC""string""DESC"Finds flows with 'statusUpdatedAt' after or equal the specified date time
"2025-03-10T14:23:45Z""ISO 8601"Find flows 'statusUpdatedAt' before or equal the specified date time
"2025-03-10T14:23:45Z""ISO 8601"Find flows with 'createdAt' after or equal the specified date time
"2025-03-10T14:23:45Z""ISO 8601"Find flows with 'createdAt' before or equal the specified date time
"2025-03-10T14:23:45Z""ISO 8601"Filters flows by a UUID
"12087dd4-336d-4c21-90e1-3dbd58f14f87""UUID v4"Filters flows by external ID
"my-external-id"Retrieves flows that have a label with name "product" and the specified value. Accepts multiple comma separated
"whatever product label value"Filters flows by Status. Accepts multiple comma separated
"CREATED""COMPLETED"Filters flows by channel attribution origin (case insensitive). DIRECT matches flows
with no collaborator attribution; COLLABORATOR matches flows attributed to any
collaborator channel. DIRECT cannot be combined with q_collaboratorUuid or
q_collaboratorLegalName.
This filter is combined (AND) with the caller's channel isolation: a collaborator
caller only sees flows attributed to its own channel, so DIRECT always yields an
empty list for collaborator callers.
"DIRECT""COLLABORATOR""COLLABORATOR"Filters flows originated by the given collaborator organisation UUID (exact match).
Only matches COLLABORATOR-originated flows. Cannot be combined with
q_origin=DIRECT (400).
"f7c1a2b3-4d5e-6f70-8192-a3b4c5d6e7f8""uuid"Filters flows whose collaborator legal name contains the given value
(case-insensitive substring match over the legal name snapshotted at flow
creation). Only matches COLLABORATOR-originated flows. Cannot be combined
with q_origin=DIRECT (400).
"Gestoria Perez SL"Respuestas
Flow list