Get a return file's decrypted content (dev-only)
Returns the decrypted rendered bytes of a return file (base64-encoded) so a grey-box E2E can validate them. Mounted only in local/development environments.
Authorizations
JWT bearer token issued by the identity provider.
Path Parameters
The return file id (UUID).
"dddddddd-dddd-dddd-dddd-dddddddddddd"
Response
OK
The base64-encoded decrypted return-file body.
"QkFOQ08gU0lTQkFKVUQgUkVUT1JOSw=="
The resolved SISBAJUD environment.
"production"
The file content hash.
"sha256:abc123..."
The file name.
"retorno-2026-07-14.txt"
The SISBAJUD file-type code.
"RETORNO"
The RFC3339 generation timestamp.
"2026-07-14T12:00:00Z"
The return file id.
"dddddddd-dddd-dddd-dddd-dddddddddddd"
The filing institution code (BACEN CNPJ).
"01234567000189"
The number of records in the file.
42
The file status.
"GENERATED"
The RFC3339 transmission timestamp, when transmitted.
"2026-07-14T13:00:00Z"

