Logo
Akamai APIs API Documentation

Get a test run

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

Returns details of a test run. Check Functional testing results to learn how to analyze the results.

 

Body PARAM

Key Datatype Required Description 
includeContext
string (Optional) Includes test run context in the response, `true` by default.
includeSkipped
string (Optional) Includes details on objects skipped during the test run in the response, `false` by default.
includeAuditInfoInContext
string (Optional) Includes audit information for run test cases and test suites in the response, `false` by default.
accountSwitchKey
string (Optional) For customers who manage more than one account, this [runs the operation from another account](https://techdocs.akamai.com/developer/docs/manage-many-accounts-with-one-api-client). The Identity and Access Management API provides a [list of available account switch keys](https://techdocs.akamai.com/iam-api/reference/get-client-account-switch-keys).



HEADERS

Key Datatype Required Description 
Accept
string




RESPONSES

status OK

Curl
curl -X GET 'https://host/test-management/v3/test-runs/:testRunId?includeContext=&includeSkipped=&includeAuditInfoInContext=&accountSwitchKey=' -H 'Accept: application/json'

ENDPOINTS