Skip to main content
GET
List Datasets

Request

Path Parameters

string
required
The project ID
string
required
The knowledgebase ID

Headers

string
required
Bearer token using your developer key

Response

Returns an array of datasets, ordered by creation date (most recent first).
string
Unique identifier for the dataset
string
Original uploaded filename
string
URL to download the original file
string
File extension (e.g. pdf, txt)
number
File size in bytes
boolean
true once the dataset has been chunked and embedded; false while still processing.
string
ISO timestamp when the dataset was created
string
ISO timestamp when the dataset was last updated

Example