# Retrieve a file's data No specific scope required. Endpoint: GET /files/{id} Version: v1 Security: http, oauth2 ## Path parameters: - `id` (string, required) The ID of the file to be retrieved. ## Response 200 fields (application/json): - `id` (string, required) - `file_name` (string, required) - `mime_type` (string, required) - `size` (integer, required) File size in bytes - `entity_id` (string, required) ID of the entity that the file belongs to - `entity_type` (string, required) Type of the entity that the file belongs to - `created_at` (string, required) ## Response 401 fields (application/json): - `message` (string, required) Error overview. ## Response 422 fields (application/json): - `message` (string, required) Errors overview. - `errors` (object, required) A detailed description of each field that failed validation.