Read STR0014 reserve-statement query result (message-mode)
Reads the result of a previously submitted STR0014 reserve-account statement query by its correlation id. Returns PENDING until the STR0014R1 answer arrives, then the opening/closing balances and the verbatim settled-entry group BACEN sent. Returns 422 when the answer requires file-mode retrieval (BACEN returned file metadata or the window exceeded the 200-entry message-mode ceiling) — the entry list is never silently truncated.
Authorizations
JWT bearer token issued by the identity provider.
Path Parameters
Correlation id returned by POST /v1/str/reserve-statement-queries (the outbound STR0014 NUOp).
Response
OK
Request-scoped correlation identifier echoing X-Request-ID.
"req-7a3f9c2e"
Correlation id (the outbound STR0014 NUOp).
"12345678202606150000014"
ISPB of the requesting financial institution / clearing house.
"12345678"
PENDING until the STR0014R1 answer arrives; ANSWERED once a message-mode statement has been projected.
"ANSWERED"
BACEN timestamp of the statement (DtHrBC), verbatim. Empty while PENDING.
"2026-06-15T18:00:00"
Movement date the statement applies to (DtMovto), verbatim. Empty while PENDING.
"2026-06-15"
Settled-entry group BACEN sent (Grupo_STR0014R1_Lanc), verbatim. Up to 200 entries; empty while PENDING.
RFC3339 UTC freshness timestamp the answer was projected. Empty while PENDING.
"2026-06-15T18:00:01Z"
Closing balance BACEN sent (SldFinl), verbatim. Empty while PENDING.
"1234567.89"
Opening balance BACEN sent (SldInial), verbatim. Empty while PENDING.
"1000000.00"

