Test SuitesTest Suite Runs

Retrieve Test Suite Run

Beta
GET
Retrieve a specific Test Suite Run by ID

Path parameters

idstringRequired
A UUID string identifying this test suite run.

Response

This endpoint returns an object
id
string
created
datetime
test_suite
object
state
enum

The current state of this run

  • QUEUED - Queued
  • RUNNING - Running
  • COMPLETE - Complete
  • FAILED - Failed
  • CANCELLED - Cancelled
Allowed values: QUEUEDRUNNINGCOMPLETEFAILEDCANCELLED
exec_config
unionOptional
Configuration that defines how the Test Suite should be run