GET
/
v1
/
files

Authorizations

Authorization
string
headerrequired

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

Query Parameters

before
string

The ID of the first object in the previous page. This parameter instructs the API to return the previous page of results.

after
string

The ID of the last object in the previous page. This parameter instructs the API to return the next page of results.

limit
integer
default: 50

Specifies the maximum number of objects returned in a page. The default value is 50. The minimum value is 1, and the maximum value is 100.

order
enum<string>
default: desc

Specifies the order of the results. Valid values are asc for ascending and desc for descending.

Available options:
asc,
desc
graph_id
string

The unique identifier of the graph to which the files belong.

status
enum<string>

Specifies the status of the files to retrieve. Valid values are in_progress, completed or failed.

Available options:
in_progress,
completed,
failed

Response

200 - application/json
data
object[]
required
has_more
boolean
required

Indicates if there are more files available beyond the current page.

first_id
string

The ID of the first file in the current response.

last_id
string

The ID of the last file in the current response.