Endpoint
Path Parameters
The unique identifier of the knowledgebase to retrieve datasets from
Headers
Your project API key for authentication
Response
Returns an array of datasets belonging to the specified knowledgebase.Unique identifier for the dataset
Name of the uploaded file
URL to access the dataset file
File extension type (e.g., “pdf”, “txt”)
File size in bytes
Whether the dataset has been processed and embedded
ISO timestamp when the dataset was created
ISO timestamp when the dataset was last updated
Error Responses
| Status Code | Description |
|---|---|
| 400 | Missing knowledgebase ID |
| 401 | Invalid API key |
| 404 | Knowledgebase not found or access denied |
| 500 | Internal server error |
Response Details
Processing Status
isParsed: true- Dataset has been fully processed and is available for searchisParsed: false- Dataset is still being processed in the background
File Access
- Use the
fileUrlto download the original uploaded file - The URL includes the dataset ID and file extension
- Files are served with appropriate content types
Usage Notes
- Only datasets belonging to the specified knowledgebase are returned
- The knowledgebase must belong to your project (validated via API key)
- Results are ordered by creation date (most recent first)
- Processing status helps track which datasets are ready for use