list_runs
List the project's recent test runs, newest first.
Request
GET /api/v1/ops/projects/{project}/runs?limit=20[&status=]Parameter
In
Type
Required
Description
curl -H "Authorization: Bearer $TESTVIBE_API_KEY" \
"$TESTVIBE_SERVER/api/v1/ops/projects/$PROJECT/runs?limit=5&status=failed"testvibe runs list --status failedResponse
[
{
"runId": 214,
"status": "passed",
"featureId": 12,
"featureName": "Login Functionality",
"config": "Default",
"createdUtc": "2026-06-10T16:02:11Z",
"finishedUtc": "2026-06-10T16:02:54Z"
},
{
"runId": 213,
"status": "failed",
"featureId": 15,
"featureName": "Checkout",
"config": "Mobile",
"createdUtc": "2026-06-10T15:40:03Z",
"finishedUtc": "2026-06-10T15:40:41Z"
}
]Errors
HTTP
When
Last updated
Was this helpful?
