Logo
Akamai APIs API Documentation

Test runs

Number of APIs: 4


1. Submit a test run

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

Submits a test run for functional testing. With one request you can run the test for a property version, test suite, and functional test case.



2. 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.



3. 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.



4. 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.



ENDPOINTS