get_automation
Read one automation.
Last updated
Was this helpful?
Read one automation.
Read one automation by its public id: its trigger, action, condition, enabled flag, and schedule timing.
GET /api/v1/ops/projects/{project}/automations/{automationId}project
path
string
yes
The project's public id.
curl -H "Authorization: Bearer $TESTVIBE_API_KEY" \
"$TESTVIBE_SERVER/api/v1/ops/projects/$PROJECT/automations/$AUTOMATION"testvibe automations show $AUTOMATIONTool get_automation — { "automationId": "a1b2c3d4-…" }.
200 OK — one automation object.
404 not_found
No such project, or no such automation in this workspace.
Last updated
Was this helpful?
Was this helpful?
