GET
/
files
/
{file_id}
/
content
curl --request GET \
  --url https://api.datagrid.com/v1/files/{file_id}/content \
  --header 'Authorization: Bearer <token>'
This response does not have an example.

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

file_id
string
required

Response

200 - application/octet-stream
File content

The response is of type file.