AI Dataset Management
Retrieves the list of pre-trained datasets
This endpoint fetches all the datasets that you have trained along with the dataset IDs and the training status.
get/api/list-datasets
Response
Successful response
Example response
{
"status": "success",
"data": [
{
"dataset_id": "dataset123",
"dataset_name": "Dataset 1",
"dataset_description": "This is dataset 1",
"training_for": "Search Models",
"type": "Self",
"dataset_timestamp": {
"_seconds": 1624954636,
"_clock_hash": 1634954636579
}
}
],
"processing_time": 888,
"processing_id": "4b139bfe-1f71-4345-b539-fa6c1700f166",
"processing_count": 12
}