entity-files

Get Entity File Meta

Name, extension, and size — what the compact File cell renders.

Costs no S3 read. /preview is the only route that fetches bytes for a rendering decision.

get/api/v1/entity-files/{file_id}

Path parameters

file_idstring uuid required

Query parameters

app_idstring uuid nullable
embed_host_app_idstring uuid nullable

Response

Successful Response

idstring uuid required
namestring required
extstring required
size_bytesinteger required

Changes