curl --request GET \
--url https://api.promptmetrics.dev/dataset/workspace/{workspaceId} \
--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"
}
]
}Get all datasets in a workspace.
curl --request GET \
--url https://api.promptmetrics.dev/dataset/workspace/{workspaceId} \
--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"
}
]
}