Runs
Getting Runs with IDs
Learn how to retrieve multiple runs in bulk
Get Runs Bulk API
Retrieve multiple runs by their IDs in a single request
API Endpoint
Method | Endpoint |
---|---|
GET | https://new-prod.vocera.ai/test_framework/v1/runs-external/bulk/ |
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 |
---|---|---|---|
run_ids | string | Yes | Comma-separated list of run IDs to retrieve |
Response Format
The API returns an array of run objects.
Run Object Fields
Field | Type | Description |
---|---|---|
id | integer | The run ID |
scenario | integer | ID of the associated scenario |
scenario_name | string | Name of the scenario |
success | boolean | Whether the run passed or failed |
evaluation | object|null | Evaluation results and metrics |
transcript | string | Full conversation transcript |
transcript_object | array | Structured conversation turns |
duration | string | Total duration of the run |
voice_recording_url | string|null | URL to voice recording if available |
email_id | string|null | Associated email ID if applicable |
status | string | Status of the run, can be one of: • running - Initial state when evaluator starts• in_progress - Call is currently executing• completed - Call has finished successfully• failed - Call encountered an error• pending - Testing agent is waiting to be called |
metadata | object|null | Additional metadata |
timestamp | string | ISO 8601 timestamp of the run |
critical_categories | array | List of critical workflow metric categories and scenarios |
Critical Category Object Fields
Field | Type | Description |
---|---|---|
category | string | Description of the critical issue identified |
scenario_id | integer | ID of the scenario where the issue occurred |
scenario | string | Detailed explanation of how the issue manifested |
priority | string | Priority level of the issue (e.g., “high”, “medium”, “low” and “not_a_bug”) |
Example Response
Transcript JSON Example: