Knowledge Bases
List Upload Jobs
Description
List all uploads for a knowledge base.
Details
This API can be used to list all uploads that have been created for a knowledge base. This API will return the details of all uploads including their IDs, their statuses, the data source configs they use, the chunking strategy configs they use, and the timestamps for their creation and last-updated time.
Backwards Compatibility
V2 and V1 Knowledge Bases are entirely separate and not backwards compatible. Users who have existing V1 knowledge bases will need to migrate their data to V2 knowledge bases.
GET
/
v4
/
knowledge-bases
/
{knowledge_base_id}
/
uploads
Authorizations
Path Parameters
Query Parameters
Available options:
Running
, Completed
, Failed
, Canceled
Page number for pagination to be returned by the given endpoint. Starts at page 1
Required range:
x > 1
Maximum number of artifacts to be returned by the given endpoint. Defaults to 100 and cannot be greater than 10k.
Required range:
1 < x < 10000