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 business 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"Respuestas
Operation list