Saltar al contenido principal
GET
Obtener el estado de un archivo

Autorizaciones

Authorization
string
header
requerido

JWT bearer token issued by the identity provider.

Parámetros de ruta

id
string
requerido

File id (UUID).

Ejemplo:

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

Respuesta

OK

createdAt
string
requerido

Timestamp the file row was created (RFC3339).

Ejemplo:

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

id
string
requerido

File id (UUID).

Ejemplo:

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

intakeMode
string
requerido

Intake mode the file was received under.

Ejemplo:

"aslc_passthrough"

operationIds
string[] | null
requerido

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

status
string
requerido

File lifecycle status.

Ejemplo:

"RECEIVED"