Obtener el estado de un archivo
Obtener el estado de un archivo
Devuelve la vista de estado de un archivo (id, intakeMode, status, operationIds vinculados, createdAt). Con alcance al tenant. Sin descarga de bytes. 404 cuando el archivo no existe. RBAC: operations:read.
GET
Obtener el estado de un archivo
Autorizaciones
JWT bearer token issued by the identity provider.
Parámetros de ruta
File id (UUID).
Ejemplo:
"0190b5a0-0000-7000-8000-0000000000aa"
Respuesta
OK
Timestamp the file row was created (RFC3339).
Ejemplo:
"2026-06-15T07:50:00Z"
File id (UUID).
Ejemplo:
"018f8a3e-4b2c-7c1a-9e5d-2f6a1b3c4d5e"
Intake mode the file was received under.
Ejemplo:
"aslc_passthrough"
Operation ids (UUIDs) linked to this file; always a non-nil array (empty when none).
File lifecycle status.
Ejemplo:
"RECEIVED"

