curl --request GET \
--url https://api.promptmetrics.dev/dataset/{dataSetId} \
--header 'Authorization: Bearer <token>'{
"responseData": {
"_id": "<string>",
"workspace_id": "<string>",
"name": "<string>",
"version": "<string>",
"headers": [
"<string>"
],
"rows": "<array>",
"created_at": "2023-11-07T05:31:56Z",
"updated_at": "2023-11-07T05:31:56Z",
"deleted_at": "2023-11-07T05:31:56Z"
},
"message": "<string>"
}Get dataset by ID.
curl --request GET \
--url https://api.promptmetrics.dev/dataset/{dataSetId} \
--header 'Authorization: Bearer <token>'{
"responseData": {
"_id": "<string>",
"workspace_id": "<string>",
"name": "<string>",
"version": "<string>",
"headers": [
"<string>"
],
"rows": "<array>",
"created_at": "2023-11-07T05:31:56Z",
"updated_at": "2023-11-07T05:31:56Z",
"deleted_at": "2023-11-07T05:31:56Z"
},
"message": "<string>"
}