Retrieve Test Suite Run

Beta
Retrieve a specific Test Suite Run by ID

Path parameters

idstringRequiredformat: "uuid"
A UUID string identifying this test suite run.

Headers

X-API-KEYstringRequired

Response

idstringformat: "uuid"
createdstringformat: "date-time"
test_suiteobject
stateenum

The current state of this run

  • QUEUED - Queued
  • RUNNING - Running
  • COMPLETE - Complete
  • FAILED - Failed
  • CANCELLED - Cancelled
Allowed values:
exec_configobject or null
Configuration that defines how the Test Suite should be run
progressobject or null