Skip to main content

Download File

Returns the contents of the specified file.

Path Parameters
file_id File Id REQUIRED
Responses
200

Successful Response

Schema OPTIONAL
string
422

Validation Error

Schema OPTIONAL
detail object[] OPTIONAL
loc undefined[]
msg Message
type Error Type
download_file_files__file_id__content_get
GET /files/:file_id/content
file_id — path
http://localhost:8000
curl -L 'http://localhost:8000/files/:file_id/content' \
-H 'Accept: application/json'