cURL
curl --request GET \ --url https://app.loadforge.com/api/v2/results \ --header 'Authorization: Bearer <token>'
[ { "id": 123, "created_at": "2023-11-07T05:31:56Z", "updated_at": "2023-11-07T05:31:56Z", "run_status": 123, "cancelled": true, "duration": 123, "requests": "<string>", "failures": "<string>", "response_median": "<string>", "response_avg": "<string>", "response_min": "<string>", "response_max": "<string>", "reqs_per_second": "<string>", "fails_per_second": "<string>" } ]
Returns a summary of your results
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Results summary response
The response is of type object[].
object[]
Was this page helpful?