Skip to main content
GET
List settlement operations

Authorizations

Authorization
string
header
required

JWT bearer token issued by the identity provider.

Query Parameters

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).

Example:

"parked"

Response

OK

items
object[] | null
required

Page of operation summaries for the request tenant.

pagination
object
required

Pagination envelope for the returned page.