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": "9498abcd-c3af-49d0-8f9d-f2cdeb0d80f5",
"steps": [
{
"info": "\"[{errors : \"the account_uuid field is required\" }]\"",
"name": "Send SMS",
"uuid": "08a8209d-7dd6-456b-92c2-4279c6fa7d7f",
"status": "completed",
"created_at": "2025-09-17T15:46:53+01:00",
"updated_at": "2025-09-17T15:46:53+01:00",
"executed_at": "2025-09-17T15:46:53+01:00"
}
],
"status": "in_progress",
"next_step": {
"info": "\"[{errors : \"the account_uuid field is required\" }]\"",
"name": "Send SMS",
"uuid": "ac89c359-7fdc-4fed-a21b-fcf4b31c0c13",
"status": "completed",
"created_at": "2025-09-17T15:46:53+01:00",
"updated_at": "2025-09-17T15:46:53+01:00",
"executed_at": "2025-09-17T15:46:53+01:00"
},
"created_at": "2025-09-17T15:46:53+01:00",
"updated_at": "2025-09-17T15:46:53+01:00",
"triggered_by": "client.created",
"previous_step": {
"info": "\"[{errors : \"the account_uuid field is required\" }]\"",
"name": "Send SMS",
"uuid": "fb7d1d09-03af-436f-bc56-fb9c67a10bc7",
"status": "completed",
"created_at": "2025-09-17T15:46:53+01:00",
"updated_at": "2025-09-17T15:46:53+01:00",
"executed_at": "2025-09-17T15:46:53+01:00"
}
}