Retrieve Test Suite Run
BetaRetrieve a specific Test Suite Run by ID
Authentication
X-API-KEYstring
API Key authentication via header
Path parameters
id
A UUID string identifying this test suite run.
Headers
X-API-Version
Response
id
created
test_suite
state
The current state of this run
* `QUEUED` - Queued
* `RUNNING` - Running
* `COMPLETE` - Complete
* `FAILED` - Failed
* `CANCELLED` - Cancelled
Allowed values:
exec_config
Configuration that defines how the Test Suite should be run
progress