Files
Get File
Get metadata for a specific file
GET
This endpoint requires authentication.
Path Parameters
The UUID of the file to retrieve
Response
File’s unique identifier (UUID)
Original filename
URL to access the file
Storage key/path of the file
MIME type of the file
File size in bytes
Storage provider used (s3 or local)
Provider-specific metadata
UUID of the user who uploaded the file
Upload timestamp in ISO 8601 format
Last update timestamp in ISO 8601 format
Error Responses
Error details when the request fails
Common error cases:
- 401 Unauthorized: Missing or invalid access token
- 404 Not Found: File not found
