GET
/
documents
/
v1
/
files

List all files in your current project based on the API Key you are using.

Authorizations

Authorization
string
header
required

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

Query Parameters

cursor
string | null

Cursor to paginate through the list of jobs

limit
integer | null

Limit the number of jobs to return

Required range: x > 0
direction
enum<string> | null

Direction to paginate through the list of jobs

Available options:
next,
prev

Response

200 - application/json
items
object[]
required
totalPages
integer
required
Required range: x > 0
nextCursor
string | null
prevCursor
string | null