GET
/
test_framework
/
v1
/
results-external
/
{id}
/
curl --request GET \
  --url https://new-prod.vocera.ai/test_framework/v1/results-external/{id}/ \
  --header 'X-VOCERA-API-KEY: <api-key>'
{
  "id": 123,
  "name": "<string>",
  "agent": 123,
  "status": "running",
  "met_expected_outcome_count": "<string>",
  "total_expected_outcome_count": "<string>",
  "success_rate": 123,
  "run_as_text": true,
  "runs": "<string>",
  "is_cronjob": true,
  "created_at": "2023-11-07T05:31:56Z"
}

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.