List test requests
GET https://{{host}}/test-management/v3/functional/test-requests
Lists test requests created in your organization.
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
{
"testRequests": [
{
"requestHeaders": [
{
"headerAction": "MODIFY",
"headerName": "User-Agent",
"headerValue": "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.70 Safari/537.36 pragmaallow"
}
],
"requestMethod": "GET",
"tags": [
"atcuser20_bepersso"
],
"testRequestUrl": "http://www.atcuser20.akamaiu.com/"
},
{
"requestHeaders": [
{
"headerAction": "ADD",
"headerName": "Pragma",
"headerValue": "akamai-x-cache-on, akamai-x-cache-remote-on, akamai-x-check-cacheable, akamai-x-get-cache-key, akamai-x-get-true-cache-key, akamai-x-get-extracted-values, akamai-x-get-request-id, akamai-x-get-client-ip, akamai-x-feo-trace"
}
],
"requestMethod": "GET",
"tags": [
"Basic-Test"
],
"testRequestUrl": "https://www.atcuser17.akamaiu.com/"
},
{
"requestMethod": "GET",
"tags": [
"baseURL",
"test2"
],
"testRequestUrl": "http://www.atcuser17.akamaiu.com/fooo1"
},
{
"requestMethod": "GET",
"tags": [
"atcuser8_jpg"
],
"testRequestUrl": "http://www.atcuser8.akamaiu.com/akamaiflowershop/image/cache/WoodAnemone-120x120.jpg"
}
]
} |
ENDPOINTS