Get accrual run
Returns one accrual run header by id.
Autorizaciones
JWT bearer token issued by the identity provider.
Parámetros de ruta
Accrual run identifier.
"550e8400-e29b-41d4-a716-446655440000"
Respuesta
OK
Business date the run was executed for (YYYY-MM-DD, UTC).
"2026-06-14"
Correlation identifier linking the run to its journal lineage and downstream events. Not unique: several runs can share one.
"accrual-run-2026-05-31"
Creation timestamp (RFC3339, UTC).
"2026-06-14T03:00:00Z"
Accrual run identifier (uuid).
"550e8400-e29b-41d4-a716-446655440000"
Journal reference (uuid) recording this run's posting lineage.
"550e8400-e29b-41d4-a716-446655440001"
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.
"pending"
Lifecycle status of the run.
"queued"
Last update timestamp (RFC3339, UTC).
"2026-06-14T03:05:00Z"
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.

