Evaluators
Listing Evaluators
Learn how to retrieve a list of evaluators for your agents
Get Evaluators API
Retrieve a list of evaluators for an agent
API Endpoint
Method | Endpoint |
---|---|
GET | https://new-prod.vocera.ai/test_framework/v1/scenarios-external/ |
Authentication
Include your API key in the request headers:
Header | Description |
---|---|
X-VOCERA-API-KEY | Your API key obtained from the dashboard |
Query Parameters
Parameter | Type | Required | Description |
---|---|---|---|
agent_id | integer | Yes* | Filter evaluators by agent ID |
assistant_id | string | Yes* | Filter evaluators by assistant ID associated with agent |
* Only either of agent_id
or assistant_id
is required
Response Format
The API returns a paginated list of evaluators.
Response Properties
Property | Type | Description |
---|---|---|
count | integer | Total number of evaluators |
next | string|null | URL for the next page of results |
previous | string|null | URL for the previous page of results |
results | array | List of evaluator objects |
Evaluator Object
Property | Type | Description |
---|---|---|
id | integer | Unique identifier for the evaluator |
name | string | Name of the evaluator |
personality_name | string | Name of the associated personality |
phone_number | string | Phone number associated with evaluator |