Evaluators
Getting Evaluator
Learn how to retrieve a specific evaluator
Get Evaluator API
Retrieve details for a specific evaluator by its ID.
API Endpoint
Method | Endpoint |
---|---|
GET | https://new-prod.vocera.ai/test_framework/v1/scenarios-external/:scenario-id/ |
Authentication
Include your API key in the request headers:
Header | Description |
---|---|
X-VOCERA-API-KEY | Your API key obtained from the dashboard |
URL Parameters
Parameter | Type | Required | Description |
---|---|---|---|
scenario-id | integer | Yes | ID of the evaluator to retrieve |
Response Format
The API returns detailed information about the specified evaluator.
Response Fields
Field | Type | Description |
---|---|---|
id | integer | Unique identifier for the evaluator |
name | string | Name of the evaluator |
agent | integer | ID of the associated agent |
personality | integer | ID of the personality used |
personality_name | string | Human-readable name of the personality |
tags | array | List of tags associated with the evaluator |
runs | array | List of evaluator run IDs |
metrics | array | List of metric IDs |
metric_names | array | List of human-readable metric names |
first_message | string | Initial message for the conversation |
inbound_phone_number | integer|null | ID of the inbound phone number |
inbound_phone_number_data | object|null | Details about the inbound phone number (see below) |
instructions | string | Evaluator instructions |
expected_outcome_prompt | string | Prompt to evaluate expected outcome |
Inbound Phone Number Data Fields
Field | Type | Description |
---|---|---|
id | integer | Internal ID of the phone number record |
number | string | The phone number in E.164 format |
phone_number_id | string | External reference ID for the phone number |