List Source Files
List paginated files associated with a data source.
Path parameters
source_id
Headers
Authorization
Header authentication of the form Bearer <token>
Query parameters
limit
Number of files to return
after
Pagination cursor to fetch the next set of results
Response
Successful Response
source_id
The unique identifier of the source associated with the document.
id
The human-friendly ID of the File
file_name
The name of the file.
file_path
The path to the file.
file_type
The type of the file (MIME type).
file_size
The size of the file in bytes.
file_creation_date
The creation date of the file.
file_last_modified_date
The last modified date of the file.
created_at
The creation date of the file.
updated_at
The update date of the file.
is_deleted
Whether this file is deleted or not.