List Source Files

GET
/v1/sources/:source_id/files

List paginated files associated with a data source.

Path parameters

source_idstringRequired

Query parameters

limitintegerOptionalDefaults to 1000

Number of files to return

afterstringOptional

Pagination cursor to fetch the next set of results

Response

Successful Response

source_idstring

The unique identifier of the source associated with the document.

idstringOptionalformat: "^file-[a-fA-F0-9]{8}"

The human-friendly ID of the File

file_namestringOptional

The name of the file.

file_pathstringOptional

The path to the file.

file_typestringOptional

The type of the file (MIME type).

file_sizeintegerOptional

The size of the file in bytes.

file_creation_datestringOptional

The creation date of the file.

file_last_modified_datestringOptional

The last modified date of the file.

created_atdatetimeOptional

The creation date of the file.

updated_atdatetimeOptional

The update date of the file.

is_deletedbooleanOptionalDefaults to false

Whether this file is deleted or not.

Errors

Built with