Skip to main content
GET
Get accrual run

Autorizaciones

Authorization
string
header
requerido

JWT bearer token issued by the identity provider.

Parámetros de ruta

id
string<uuid>
requerido

Accrual run identifier.

Ejemplo:

"550e8400-e29b-41d4-a716-446655440000"

Respuesta

OK

businessDate
string
requerido

Business date the run was executed for (YYYY-MM-DD, UTC).

Ejemplo:

"2026-06-14"

correlationId
string
requerido

Correlation identifier linking the run to its journal lineage and downstream events. Not unique: several runs can share one.

Ejemplo:

"accrual-run-2026-05-31"

createdAt
string
requerido

Creation timestamp (RFC3339, UTC).

Ejemplo:

"2026-06-14T03:00:00Z"

id
string
requerido

Accrual run identifier (uuid).

Ejemplo:

"550e8400-e29b-41d4-a716-446655440000"

journalReferenceId
string
requerido

Journal reference (uuid) recording this run's posting lineage.

Ejemplo:

"550e8400-e29b-41d4-a716-446655440001"

postingStatus
string
requerido

State of the downstream ledger posting. "pending" means the ledger has not confirmed it, "posted" means it accepted it, "no_items" means the run recognized nothing so nothing was sent.

Ejemplo:

"pending"

status
string
requerido

Lifecycle status of the run.

Ejemplo:

"queued"

updatedAt
string
requerido

Last update timestamp (RFC3339, UTC).

Ejemplo:

"2026-06-14T03:05:00Z"

externalJournalReferenceId
string

Always omitted on a run: a run emits one posting per contract per competência per kind, so no single ledger transaction identifies it. The ledger's identifier is per posting — resolve one through GET /api/v1/journal-references with that posting's correlation identifier.