Returns a page of datasets and in detail the dataset's associated information that you are authorized to read/write. The information includes:

InformationDescription
schemaData schema of a dataset. (returns same data as /dataset/{dataset_id}/schema)
metadataMetadata of a dataset. (returns same data as /dataset/{dataset_id}/metadata)
statsStatistics of number of documents and size of a dataset. (returns same data as /dataset/{dataset_id}/monitor/stats)
vector_healthNumber of zero vectors stored. (returns same data as /dataset/{dataset_id}/monitor/health)
schema_statsFields and number of documents missing/not missing for that field. (returns same data as /dataset/{dataset_id}/monitor/stats)
active_jobsAll active jobs/tasks on the dataset. (returns same data as /dataset/{dataset_id}/tasks/list)
Log in to see full request history
Path Params
string
required
length ≤ 240

ID of dataset

Body Params
boolean
Defaults to true

Whether to return schema

boolean
Defaults to true

Whether to return stats

boolean
Defaults to true

Whether to return metadata

boolean
Defaults to false

Whether to return schema stats

boolean
Defaults to false

Whether to return vector health

boolean
Defaults to false

Whether to return active jobs

boolean
Defaults to false

Whether to retrieve the datasets dashboard settings.

Response

Language
Credentials
Click Try It! to start a request and see the response here! Or choose an example:
application/json