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/evaluation/workspace/{workspaceId} \ --header 'Authorization: <api-key>'
{ "responseData": [ { "_id": "<string>", "workspace_id": "<string>", "dataset_id": "<string>", "dataset_version_id": "<string>", "name": "<string>", "description": "<string>", "columns": "<array>", "results": "<array>", "status": "<string>", "created_at": "2023-11-07T05:31:56Z", "updated_at": "2023-11-07T05:31:56Z", "deleted_at": "2023-11-07T05:31:56Z" } ] }
SDK API key in format: pm_
Evaluations list
Show child attributes