Get a file status
Get a file status
Returns the status view of one file (id, intakeMode, status, linked operationIds, createdAt). Tenant-scoped. No byte download. 404 when the file does not exist. RBAC: operations:read.
GET
Get a file status
Authorizations
JWT bearer token issued by the identity provider.
Path Parameters
File id (UUID).
Example:
"0190b5a0-0000-7000-8000-0000000000aa"
Response
OK
Timestamp the file row was created (RFC3339).
Example:
"2026-06-15T07:50:00Z"
File id (UUID).
Example:
"018f8a3e-4b2c-7c1a-9e5d-2f6a1b3c4d5e"
Intake mode the file was received under.
Example:
"aslc_passthrough"
Operation ids (UUIDs) linked to this file; always a non-nil array (empty when none).
File lifecycle status.
Example:
"RECEIVED"

