Retrieve Test Suite Run

Retrieve a specific Test Suite Run by ID

Path parameters

idstringRequired

A UUID string identifying this test suite run.

Headers

X_API_KEYstringRequired

Response

idstringformat: "uuid"
createddatetime
test_suiteobject
stateenum

The current state of this run

  • QUEUED - Queued
  • RUNNING - Running
  • COMPLETE - Complete
  • FAILED - Failed
  • CANCELLED - Cancelled
Allowed values:
exec_configobjectOptional

Configuration that defines how the Test Suite should be run