Obter o status de um arquivo
Obter o status de um arquivo
Retorna a visão de status de um arquivo (id, intakeMode, status, operationIds vinculados, createdAt). Com escopo no tenant. Sem download de bytes. 404 quando o arquivo não existe. RBAC: operations:read.
GET
Obter o status de um arquivo
Autorizações
JWT bearer token issued by the identity provider.
Parâmetros de caminho
File id (UUID).
Exemplo:
"0190b5a0-0000-7000-8000-0000000000aa"
Resposta
OK
Timestamp the file row was created (RFC3339).
Exemplo:
"2026-06-15T07:50:00Z"
File id (UUID).
Exemplo:
"018f8a3e-4b2c-7c1a-9e5d-2f6a1b3c4d5e"
Intake mode the file was received under.
Exemplo:
"aslc_passthrough"
Operation ids (UUIDs) linked to this file; always a non-nil array (empty when none).
File lifecycle status.
Exemplo:
"RECEIVED"

