Files
Retrieve File Content
Returns the contents of the specified file.
GET
/
files
/
{file_id}
/
content
Authorizations
Authorization
string
headerrequiredBearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
file_id
string
requiredThe ID of the file to retrieve content for.
Response
200 - text/plain
The raw content of the file.