cURL
curl --request GET \ --url http://localhost:52000/api/v1/runs/last
{ "id": "<string>", "flowId": 123, "status": "<string>", "threads": 123, "duration": 123, "rampUpDuration": 123, "startedAt": "2023-11-07T05:31:56Z", "completedAt": "2023-11-07T05:31:56Z" }
OK