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

Query Parameters

flowId
integer<int64>

Response

200 - */*

OK

id
string
flowId
integer<int64>
status
string
threads
integer<int32>
duration
integer<int32>
rampUpDuration
integer<int32>
startedAt
string<date-time>
completedAt
string<date-time>