Pular para o conteúdo principal
GET
Obter o status de um arquivo

Autorizações

Authorization
string
header
obrigatório

JWT bearer token issued by the identity provider.

Parâmetros de caminho

id
string
obrigatório

File id (UUID).

Exemplo:

"0190b5a0-0000-7000-8000-0000000000aa"

Resposta

OK

createdAt
string
obrigatório

Timestamp the file row was created (RFC3339).

Exemplo:

"2026-06-15T07:50:00Z"

id
string
obrigatório

File id (UUID).

Exemplo:

"018f8a3e-4b2c-7c1a-9e5d-2f6a1b3c4d5e"

intakeMode
string
obrigatório

Intake mode the file was received under.

Exemplo:

"aslc_passthrough"

operationIds
string[] | null
obrigatório

Operation ids (UUIDs) linked to this file; always a non-nil array (empty when none).

status
string
obrigatório

File lifecycle status.

Exemplo:

"RECEIVED"