List test runs

GET https://{{host}}/test-management/v3/test-runs

Lists test runs submitted in your organization. The response is an array of objects, each keyed by testRunId with details and status of each test run.

Request Params

KeyDatatypeRequiredDescription
accountSwitchKeystring(Optional) For customers who manage more than one account, this runs the operation from another account. The Identity and Access Management API provides a list of available account switch keys.

HEADERS

KeyDatatypeRequiredDescription
Acceptstring

RESPONSES

status: OK

{"testRuns":[{"completedDate":"2022-01-27T04:36:00+0000","functional":{"status":"COMPLETED"},"note":"Test a change on staging that is implemented in config_user10 Version 15.","purgeInfo":{"status":"COMPLETED"},"status":"COMPLETED","submittedBy":"jsmith@akamai.com","submittedDate":"2022-01-27T04:34:15+0000","targetEnvironment":"STAGING","testRunId":1},{"completedDate":"2022-01-31T13:49:59+0000","functional":{"status":"COMPLETED"},"note":"Test a change on staging that is implemented in config_user11 Version 15.","purgeInfo":{"status":"COMPLETED"},"status":"COMPLETED","submittedBy":"jsmith@akamai.com","submittedDate":"2022-01-31T13:48:41+0000","targetEnvironment":"STAGING","testRunId":2}]}