Files
Authorizations
Path parameters
idstringRequired
File ID
Responses
200
Returns the file details
application/json
idstringRequired
Unique identifier for the file
namestringOptional
Name of the file
fileNamestringRequired
Original file name
fileTypestringRequired
Type of the file (e.g., MIME type)
fileSizenumberRequired
Size of the file in bytes
urlstringRequired
Public URL of the file
createdAtstring · date-timeRequired
Timestamp when the file was created
updatedAtstring · date-timeRequired
Timestamp when the file was last updated
404
File not found
get
/api/file/{id}Last updated
Was this helpful?