Saltar al contenido principal
GET
Obtener el contenido descifrado de un archivo de retorno (solo dev)

Autorizaciones

Authorization
string
header
requerido

JWT bearer token issued by the identity provider.

Parámetros de ruta

id
string
requerido

The return file id (UUID).

Ejemplo:

"dddddddd-dddd-dddd-dddd-dddddddddddd"

Respuesta

OK

content
string
requerido

The base64-encoded decrypted return-file body.

Ejemplo:

"QkFOQ08gU0lTQkFKVUQgUkVUT1JOSw=="

environment
string
requerido

The resolved SISBAJUD environment.

Ejemplo:

"production"

fileHash
string
requerido

The file content hash.

Ejemplo:

"sha256:abc123..."

fileName
string
requerido

The file name.

Ejemplo:

"retorno-2026-07-14.txt"

fileType
string
requerido

The SISBAJUD file-type code.

Ejemplo:

"RETORNO"

generationDate
string
requerido

The RFC3339 generation timestamp.

Ejemplo:

"2026-07-14T12:00:00Z"

id
string
requerido

The return file id.

Ejemplo:

"dddddddd-dddd-dddd-dddd-dddddddddddd"

institutionCode
string
requerido

The filing institution code (BACEN CNPJ).

Ejemplo:

"01234567000189"

recordCount
integer<int64>
requerido

The number of records in the file.

Ejemplo:

42

status
string
requerido

The file status.

Ejemplo:

"GENERATED"

transmissionDate
string

The RFC3339 transmission timestamp, when transmitted.

Ejemplo:

"2026-07-14T13:00:00Z"