GET
/
test_framework
/
v1
/
metrics-external
/
{id}
/
curl --request GET \
  --url https://new-prod.vocera.ai/test_framework/v1/metrics-external/{id}/ \
  --header 'X-VOCERA-API-KEY: <api-key>'
{
  "id": 123,
  "agent": 123,
  "name": "<string>",
  "description": "<string>",
  "type": "basic",
  "eval_type": "binary_workflow_adherence",
  "enum_values": "<any>",
  "audio_enabled": true,
  "prompt": "<string>",
  "evaluation_trigger": "always",
  "evaluation_trigger_prompt": "<string>",
  "priority_assignment_prompt": "<string>",
  "configuration": "<any>",
  "display_order": -1,
  "overall_score": "<string>",
  "total_score": "<string>",
  "knowledge_base_files": "<string>"
}

Authorizations

X-VOCERA-API-KEY
string
header
required

API Key Authentication. It should be included in the header of each request.

Path Parameters

id
string
required

Response

200
application/json

The response is of type object.