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)
Language
Authorization
Header
Click Try It! to start a request and see the response here!