Fetch File
Storage Endpoints
Fetch File
Retrieve file metadata and proxy URLs by file ID
GET
Fetch File
Returns metadata and proxy URLs for a file. For image files, also returns the image extension data including all variants.
Requires an authenticated user.
Rate limit: 100 requests per 5 minutes.
Image extension (only when
Path Parameters
string
required
The UUID of the file to retrieve.
Response
Base fields (all file types)
string
The file’s UUID.
string
One of:
image, video, document, other.string
Proxy URL for the original file.
number
File size in bytes at the time of upload.
string
MIME type of the uploaded file.
number
Display order in a multi-attachment context.
object
Custom metadata stored at upload time. Always includes
originalName and uploadedAt.string
ID of the user who uploaded the file (present if associated).
string
ID of the associated entity (present if provided at upload).
string
ID of the associated comment (present if provided at upload).
string
ID of the associated space (present if provided at upload).
string
ISO 8601 timestamp.
string
ISO 8601 timestamp.
Image extension (only when type === "image")
object
Image processing details.
Error Responses
Not Found — 404
Not Found — 404

