sources
List Source Files
List paginated files associated with a data source.
get/v1/sources/{source_id}/files
Path parameters
source_idstring required
Query parameters
limitinteger
Number of files to return
Number of files to return
afterstring nullable
Pagination cursor to fetch the next set of results
Pagination cursor to fetch the next set of results
include_contentboolean
Whether to include full file content
Whether to include full file content
check_status_updatesboolean
Whether to check and update file processing status (from the vector db service). If False, will not fetch and update the status, which may lead to performance gains.
Whether to check and update file processing status (from the vector db service). If False, will not fetch and update the status, which may lead to performance gains.
Response
Successful Response
Example response
[
{
"id": "file-123e4567-e89b-12d3-a456-426614174000"
}
]