Python
from datagrid_ai import Datagrid client = Datagrid( api_key="My API Key", ) response = client.files.content( "file_id", ) print(response) content = response.read() print(content)
This response does not have an example.
Returns the content of a file.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
File content
The response is of type file.
file