Runs & Results
Get Result
Returns the full data for a single Result set
GET
Returns the full data for a single Result set. This endpoint provides detailed information about a specific test run result, including CSV statistics, history, and failures data.
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
ID of result to retrieve
Response
200
application/json
Full result data response
Unique identifier for the result
Creation timestamp
Last update timestamp
Status code of the run
Whether the run was cancelled
Duration of the run in minutes
Number of requests made
Number and percentage of failures
Median response time
Average response time
Minimum response time
Maximum response time
Requests per second
Failures per second
CSV statistics data
CSV history data
CSV failures data