GET
/
tests
/
{testId}
/
status

Authorizations

Authorization
string
headerrequired

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

testId
string
required

the id of the test

Response

200 - application/json
status
enum<string>
required

the status of the test

Available options:
completed,
in_progress,
not_found
calls
object[]