GET
/
v1
/
sources
/
{source_id}
/
files

Authorizations

Authorization
string
headerrequired

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

Headers

user_id
string | null

Path Parameters

source_id
string
required

Query Parameters

limit
integer
default: 1000

Number of files to return

cursor
string | null

Pagination cursor to fetch the next set of results

Response

200 - application/json
id
string

The human-friendly ID of the File

user_id
string
required

The unique identifier of the user associated with the document.

source_id
string
required

The unique identifier of the source associated with the document.

file_name
string | null

The name of the file.

file_path
string | null

The path to the file.

file_type
string | null

The type of the file (MIME type).

file_size
integer | null

The size of the file in bytes.

file_creation_date
string | null

The creation date of the file.

file_last_modified_date
string | null

The last modified date of the file.

created_at
string

The creation date of this file metadata object.