Skip to main content
GET
This endpoint requires authentication.

Path Parameters

string
required
The UUID of the file to retrieve

Response

string
File’s unique identifier (UUID)
string
Original filename
string
URL to access the file
string
Storage key/path of the file
string
MIME type of the file
integer
File size in bytes
string
Storage provider used (s3 or local)
object
Provider-specific metadata
string
UUID of the user who uploaded the file
string
Upload timestamp in ISO 8601 format
string
Last update timestamp in ISO 8601 format

Error Responses

object
Error details when the request fails
Common error cases:
  • 401 Unauthorized: Missing or invalid access token
  • 404 Not Found: File not found