GET
/
test_framework
/
v1
/
metrics-external
/
curl --request GET \
  --url https://new-prod.vocera.ai/test_framework/v1/metrics-external/ \
  --header 'X-VOCERA-API-KEY: <api-key>'
[
  {
    "id": 123,
    "agent": 123,
    "name": "<string>",
    "description": "<string>",
    "function_name": "<string>",
    "type": "basic",
    "eval_type": "binary_workflow_adherence",
    "enum_values": "<any>",
    "audio_enabled": true,
    "observability_enabled": true,
    "simulation_enabled": true,
    "prompt": "<string>",
    "display_order": -1,
    "evaluation_trigger": "always",
    "evaluation_trigger_prompt": "<string>",
    "priority_assignment_prompt": "<string>",
    "vocera_defined_metric_code": "<string>",
    "configuration": "<any>",
    "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.

Response

200 - application/json

The response is of type object[].