curl --location -g --request GET 'https:///api/v2/workflows//evaluation-datasets' \
--header 'Ocp-Apim-Subscription-Key: ' \
--header 'Authorization: Bearer '{
"message": "string",
"success": true,
"data": {
"count": 0,
"workflow_id": 0,
"datasets": [
{
"bridge_id": 0,
"id": 0,
"dataset_public_id": "264123af-1d32-43dd-83f9-c2e2e5a49989",
"name": "string",
"description": "string",
"questions_count": 0,
"created_on": "2019-08-24T14:15:22Z",
"created_by": "string",
"tags": [
"string"
],
"metadata": {
"property1": null,
"property2": null
},
"status": "string"
}
]
}
}