Operation list
Lists individual operations within flows. Used for operational reconciliation, backoffice work and collection tracking.
Paginated. Supports filtering by operation UUID, externalId, parent flow UUID, status, type, invoice external ID, amount range and date ranges. Results can be sorted by createdAt, statusUpdatedAt, status, flowUuid, operationUuid, externalId, paymentAmount or invoiceExternalId.
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)
"operationUuid""externalId""status""flowUuid""createdAt""statusUpdatedAt""paymentAmount""invoiceExternalId""createdAt"Indicates the sort direction (case insensitive)
"ASC""DESC""DESC"Filters operations by UUID (exact match)
"f47ac10b-58cc-4372-a567-0e02b2c3d479""uuid"Filters operations by external ID (exact match)
"EXT-2025-0001"Filters operations by flow UUID (exact match)
"3fa85f64-5717-4562-b3fc-2c963f66afa6""uuid"Filters operations by status (case insensitive). Supports 0, 1 or N values separated by comma.
"OPENED""CREATED"Filters operations by type (case insensitive). Supports 0, 1 or N values separated by comma.
"PAYMENT""SIGNATURE"Finds operations with 'createdAt' after or equal the specified date time
"2025-03-10T14:23:45Z""ISO 8601"Finds operations with 'createdAt' before or equal the specified date time
"2025-03-10T14:23:45Z""ISO 8601"Finds operations with 'statusUpdatedAt' after or equal the specified date time
"2025-03-10T14:23:45Z""ISO 8601"Finds operations with 'statusUpdatedAt' before or equal the specified date time
"2025-03-10T14:23:45Z""ISO 8601"Filters PAYMENT operations with amount greater or equal than this value
1000Filters PAYMENT operations with amount lower or equal than this value
5000Filters PAYMENT operations by invoice external ID (exact match)
"INV-2025-0012"Filters operations by the channel origin of their owning flow (case insensitive):
DIRECT for flows created directly by the organisation, COLLABORATOR for flows
created on behalf of the organisation by a delegated collaborator. Incompatible with
q_collaboratorUuid and/or q_collaboratorLegalName when set to DIRECT, since a
direct flow has no collaborator attribution.
This filter is combined (AND) with the caller's channel isolation: a collaborator
caller only sees operations of flows attributed to its own channel, so DIRECT
always yields an empty list for collaborator callers.
"DIRECT""COLLABORATOR""COLLABORATOR"Filters operations whose owning flow is attributed to this collaborator UUID
(exact match, FLOWS.COLLABORATOR_BUSINESS_UUID). Only matches operations of
COLLABORATOR-originated flows. Cannot be combined with q_origin=DIRECT (400).
"7f70e314-32d7-49eb-9721-1f986574f912""uuid"Filters operations whose owning flow's collaborator legal name contains this value
(case-insensitive substring match over the legal name snapshotted at flow creation,
FLOWS.COLLABORATOR_LEGAL_NAME). Only matches operations of COLLABORATOR-originated
flows. Cannot be combined with q_origin=DIRECT (400).
"Gestoria Perez SL"Respuestas
Operation list