Pular para o conteúdo principal
GET
Obter o conteúdo descriptografado de um arquivo de retorno (apenas dev)

Autorizações

Authorization
string
header
obrigatório

JWT bearer token issued by the identity provider.

Parâmetros de caminho

id
string
obrigatório

The return file id (UUID).

Exemplo:

"dddddddd-dddd-dddd-dddd-dddddddddddd"

Resposta

OK

content
string
obrigatório

The base64-encoded decrypted return-file body.

Exemplo:

"QkFOQ08gU0lTQkFKVUQgUkVUT1JOSw=="

environment
string
obrigatório

The resolved SISBAJUD environment.

Exemplo:

"production"

fileHash
string
obrigatório

The file content hash.

Exemplo:

"sha256:abc123..."

fileName
string
obrigatório

The file name.

Exemplo:

"retorno-2026-07-14.txt"

fileType
string
obrigatório

The SISBAJUD file-type code.

Exemplo:

"RETORNO"

generationDate
string
obrigatório

The RFC3339 generation timestamp.

Exemplo:

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

id
string
obrigatório

The return file id.

Exemplo:

"dddddddd-dddd-dddd-dddd-dddddddddddd"

institutionCode
string
obrigatório

The filing institution code (BACEN CNPJ).

Exemplo:

"01234567000189"

recordCount
integer<int64>
obrigatório

The number of records in the file.

Exemplo:

42

status
string
obrigatório

The file status.

Exemplo:

"GENERATED"

transmissionDate
string

The RFC3339 transmission timestamp, when transmitted.

Exemplo:

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