Get file's metadata

GET

File metadata is additional, arbitrary data, associated with uploaded file. As an example, you could store unique file identifier from your system.

Metadata is key-value data. You can specify up to 50 keys, with key names up to 64 characters long and values up to 512 characters long. Read more in the docs.

Notice: Do not store any sensitive information (bank account numbers, card details, etc.) as metadata.

Notice: File metadata is provided by the end-users uploading the files and can contain symbols unsafe in, for example, HTML context. Please escape the metadata before use according to the rules of the target runtime context (HTML browser, SQL query parameter, etc).

Get file’s metadata keys and values.

Path parameters

uuidstringRequired
File UUID.

Headers

AcceptstringOptional
Version header.

Response

This endpoint returns a map from strings to any.

Errors