Skip to main content
GET
Listar operaciones de liquidación

Autorizaciones

Authorization
string
header
requerido

JWT bearer token issued by the identity provider.

Parámetros de consulta

state
string

Filter by lifecycle state.

operationType
string

Filter by operation type.

batchId
string

Filter by batch id.

externalId
string

Filter by external id.

dateFrom
string

Filter created_at >= (RFC3339).

dateTo
string

Filter created_at <= (RFC3339).

limit
string

Page size (default 50, max 500).

offset
string

Row offset (default 0).

transmitHold
string

Filter operations HELD out of the outbound drains, by reason. "parked" — the attempt budget was exhausted and nothing reached Núclea; recover with POST /v1/connectivity/unpark. "in_flight" — the file IS at Núclea and the local transition failed; reconcile with Núclea, then POST /v1/operations/{operationId}/advance, and NEVER un-park these (it re-submits an accepted file).

Ejemplo:

"parked"

Respuesta

OK

items
object[] | null
requerido

Page of operation summaries for the request tenant.

pagination
object
requerido

Pagination envelope for the returned page.