{
"success": true,
"message": "Dataset retrieved successfully",
"data": {
"datasets": [
{
"id": 26,
"created_by": "xyz@testing.com",
"created_on": "2024-11-13T00:00:45.753939Z",
"modified_by": "",
"modified_on": "2024-11-13T00:00:45.753939Z",
"name": "test1",
"description": "i am made to test",
"is_deleted": false,
"agent": 3,
"query_count": 2,
"tags": [
"evaluation",
"test",
"qa"
]
},
{
"id": 27,
"created_by": "ayx@testing.com",
"created_on": "2024-11-13T12:04:53.359177Z",
"modified_by": "",
"modified_on": "2024-11-13T12:04:53.359177Z",
"name": "test1",
"description": "i am made to test",
"is_deleted": false,
"agent": 3,
"query_count": 1,
"tags": [
"evaluation",
"test",
"qa"
]
},
{
"id": 28,
"created_by": "abc@testing.com",
"created_on": "2024-11-13T12:28:45.654504Z",
"modified_by": "",
"modified_on": "2024-11-13T12:28:45.654504Z",
"name": "my sole purpose is ot test this endpoint",
"description": "i am made to test",
"is_deleted": false,
"agent": 3,
"query_count": 4,
"tags": [
"evaluation",
"test",
"qa"
]
}
]
}
}