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": "402b6f7c-3e86-4d18-b00f-30090551e1f0",
"steps": [
{
"info": "\"[{errors : \"the account_uuid field is required\" }]\"",
"name": "Send SMS",
"uuid": "51903fd8-7f02-4a9d-a822-964b321c8cbf",
"status": "completed",
"created_at": "2025-10-08T10:40:16+01:00",
"updated_at": "2025-10-08T10:40:16+01:00",
"executed_at": "2025-10-08T10:40:16+01:00"
}
],
"status": "in_progress",
"next_step": {
"info": "\"[{errors : \"the account_uuid field is required\" }]\"",
"name": "Send SMS",
"uuid": "5d7d656b-87ab-4bfd-a9e7-2442766a0559",
"status": "completed",
"created_at": "2025-10-08T10:40:16+01:00",
"updated_at": "2025-10-08T10:40:16+01:00",
"executed_at": "2025-10-08T10:40:16+01:00"
},
"created_at": "2025-10-08T10:40:16+01:00",
"updated_at": "2025-10-08T10:40:16+01:00",
"triggered_by": "client.created",
"previous_step": {
"info": "\"[{errors : \"the account_uuid field is required\" }]\"",
"name": "Send SMS",
"uuid": "2c8fd43c-65c7-452d-a4a1-cf63902b315d",
"status": "completed",
"created_at": "2025-10-08T10:40:16+01:00",
"updated_at": "2025-10-08T10:40:16+01:00",
"executed_at": "2025-10-08T10:40:16+01:00"
}
}