list_automation_runs
One automation's firing history.
Request
GET /api/v1/ops/projects/{project}/automations/{automationId}/runs?limit=20Parameter
In
Type
Required
Description
curl -H "Authorization: Bearer $TESTVIBE_API_KEY" \
"$TESTVIBE_SERVER/api/v1/ops/projects/$PROJECT/automations/$AUTOMATION/runs?limit=20"testvibe automations runs $AUTOMATIONResponse
[
{
"id": "f0f0f0f0-0000-0000-0000-000000000000",
"triggerSource": "schedule",
"status": "dispatched",
"runId": 318,
"triggeredUtc": "2026-06-16T12:00:01.0000000Z",
"detail": { "source": "schedule", "dispatch": { "action": "run_features", "runs": [ { "featureId": 12, "runId": 318 } ] } }
}
]Errors
HTTP
When
Last updated
Was this helpful?
