GET
/
v1
/
files
/
{file_id}

Authorizations

Authorization
string
headerrequired

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

Path Parameters

file_id
string
required

The unique identifier of the file.

Response

200 - application/json
id
string
required

A unique identifier of the file.

created_at
string
required

The timestamp when the file was uploaded.

name
string
required

The name of the file.

graph_ids
string[]
required

A list of graph IDs that the file is associated with.

status
string
required

The processing status of the file.