Logo
Akamai APIs API Documentation

Get test run's detailed results

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

Gets a raw request and response for all URLs in a test run.

 

Body PARAM

Key Datatype Required Description 
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

{ "functionalRequestResponse": [ { "request": { "bodySize": 0, "comment": null, "cookies": [], "headers": [ { "name": "Host", "value": "www.atcuser8.akamaiu.com" }, { "name": "User-Agent", "value": "curl/7.81.0" }, { "name": "Accept", "value": "*/*" }, { "name": "Proxy-Connection", "value": "Keep-Alive" }, { "name": "Accept-ATC_QA_Automation-1701931712070", "value": "Application/html" }, { "name": "Accept-Datetime-ATC_QA_Automation-1701931712070", "value": "Application/html" } ], "headersSize": 424, "httpVersion": "HTTP/1.1", "method": "GET", "queryString": [ { "comment": null, "name": "path", "value": "17879/s1tCF?zWQ=878" }, { "comment": null, "name": "jfk", "value": "593" }, { "comment": null, "name": "tnt", "value": "330" }, { "comment": null, "name": "LbL", "value": "783" } ], "url": "http://www.atcuser8.akamaiu.com/akamaiflowershop/product/category/index5a21.html?path=17879/s1tCF?zWQ=878&jfk=593&tnt=330&LbL=783" }, "response": { "bodySize": 268, "comment": null, "content": { "comment": null, "compression": 0, "mimeType": "text/html", "size": 268, "text": null }, "cookies": [], "headers": [ { "name": "Server", "value": "AkamaiGHost" }, { "name": "Mime-Version", "value": "1.0" }, { "name": "Content-Type", "value": "text/html" }, { "name": "Content-Length", "value": "268" }, { "name": "Expi
Curl
curl -X GET 'https://host/test-management/v3/test-runs/:testRunId/raw-request-response?accountSwitchKey=' -H 'Accept: application/json'

ENDPOINTS