We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Download the test execution log file.
GET /rest/jmeter/test-executions/{id}/logfile
Response
Status: 200 OK Content-Disposition: form-data; name="attachment"; filename="log.jtl" Content-Type: text/plain
Generate a dashboard report for the given test execution.
GET /rest/jmeter/test-executions/{id}/generate-report
Status: 202 Accepted
Download the test execution report if it exists.
GET /rest/jmeter/test-executions/{id}/report
Status: 200 OK Content-Disposition: form-data; name="attachment"; filename="report.zip" Content-Type: application/octet-stream