Get file
Retrieve metadata for an uploaded file.
Authorization
Authorization
RequiredBearer <token>In: header
Path parameters
file_id
RequiredstringFormat:
"uuid"
Response body
200
File metadata.
id
RequiredstringThe unique identifier of the file.
Format:
"uuid"
filename
RequiredstringName of the file.
size
RequiredintegerSize of the file in bytes.
created_at
RequiredstringWhen the file was uploaded as string in ISO format.
Format:
"date-time"
client_reference_id
stringA string provided by the client to track the uploaded file. It can be an ID, a JSON string, or any other text. This value can be used for reference in future API requests or for internal mapping within the client’s systems. The value does not have to be unique. If not provided, it will remain unspecified.
Errors
File metadata.