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.Documentation Index
Fetch the complete documentation index at: https://docs.replyke.com/llms.txt
Use this file to discover all available pages before exploring further.
Path Parameters
The UUID of the file to retrieve.
Response
Base fields (all file types)
The file’s UUID.
One of:
image, video, document, other.Proxy URL for the original file.
File size in bytes at the time of upload.
MIME type of the uploaded file.
Display order in a multi-attachment context.
Custom metadata stored at upload time. Always includes
originalName and uploadedAt.ID of the user who uploaded the file (present if associated).
ID of the associated entity (present if provided at upload).
ID of the associated comment (present if provided at upload).
ID of the associated space (present if provided at upload).
ISO 8601 timestamp.
ISO 8601 timestamp.
Image extension (only when type === "image")
Image processing details.
Error Responses
Not Found — 404
Not Found — 404

