curl --request GET \
--url https://api.questra.ai/files/{id}/contents \
--header 'Authorization: Bearer <token>' \
--header 'X-Org-Id: <x-org-id>'{}curl --request GET \
--url https://api.questra.ai/files/{id}/contents \
--header 'Authorization: Bearer <token>' \
--header 'X-Org-Id: <x-org-id>'{}Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Unique ID of the file to get the contents of
The response is of type object.