Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
cURL
curl --request GET \ --url https://api.promptmetrics.dev/dataset/workspace/{workspaceId} \ --header 'Authorization: <api-key>'
{ "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.
SDK API key in format: pm_
Datasets list
Show child attributes