File API
Retrieve file
GET
/
v1
/
files
/
{file_id}
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
The unique identifier of the file.
Response
200 - application/json
A unique identifier of the file.
The timestamp when the file was uploaded.
The name of the file.
A list of graph IDs that the file is associated with.
The processing status of the file.