Skip to main content

get_automation

Read one automation by its public id: its trigger, action, condition, enabled flag, and schedule timing.

Request

GET /api/v1/ops/projects/{project}/automations/{automationId}
ParameterInTypeRequiredDescription
projectpathstringyesThe project's public id.
automationIdpathstringyesThe automation's public id (from list_automations).
curl -H "Authorization: Bearer $TESTVIBE_API_KEY" \
"$TESTVIBE_SERVER/api/v1/ops/projects/$PROJECT/automations/$AUTOMATION"

Response

200 OK — one automation object.

Errors

HTTPWhen
404 not_foundNo such project, or no such automation in this workspace.