GET
/api/v1/automation-executions/{uuid}
curl \
--request GET 'https://api.plannrcrm.com/api/v1/automation-executions/6ff8f7f6-1eb3-3525-be4a-3932c805afed' \
--header "Authorization: Bearer $ACCESS_TOKEN"
Response examples (200)
{
"name": "Send client welcome pack to newly created client",
"uuid": "a2099982-298e-49f8-af1d-c3b039cf63bf",
"steps": [
{
"info": "\"[{errors : \"the account_uuid field is required\" }]\"",
"name": "Send SMS",
"uuid": "7adb702e-40a0-485f-9344-338c5200acb5",
"status": "completed",
"created_at": "2025-07-17T16:23:24+01:00",
"updated_at": "2025-07-17T16:23:24+01:00",
"executed_at": "2025-07-17T16:23:24+01:00"
}
],
"status": "in_progress",
"created_at": "2025-07-17T16:23:24+01:00",
"updated_at": "2025-07-17T16:23:24+01:00",
"triggered_by": "client.created"
}