POST
/
test_framework
/
v1
/
results-external
/
{id}
/
rerun
/
curl --request POST \
  --url https://new-prod.vocera.ai/test_framework/v1/results-external/{id}/rerun/ \
  --header 'X-VOCERA-API-KEY: <api-key>'
{
  "id": 123,
  "name": "<string>",
  "agent": 123,
  "status": "running",
  "success_rate": 123,
  "run_as_text": true,
  "runs": "<string>",
  "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.