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": "7204e378-82ec-4d08-9bc1-fee70b399831",
"steps": [
{
"info": "\"[{errors : \"the account_uuid field is required\" }]\"",
"name": "Send SMS",
"uuid": "52af6723-66c8-486c-adec-5e057bebeac9",
"status": "completed",
"created_at": "2025-08-27T17:31:27+01:00",
"updated_at": "2025-08-27T17:31:27+01:00",
"executed_at": "2025-08-27T17:31:27+01:00"
}
],
"status": "in_progress",
"next_step": {
"info": "\"[{errors : \"the account_uuid field is required\" }]\"",
"name": "Send SMS",
"uuid": "7b3091a2-d95c-41b4-892a-ef0b6a052648",
"status": "completed",
"created_at": "2025-08-27T17:31:27+01:00",
"updated_at": "2025-08-27T17:31:27+01:00",
"executed_at": "2025-08-27T17:31:27+01:00"
},
"created_at": "2025-08-27T17:31:27+01:00",
"updated_at": "2025-08-27T17:31:27+01:00",
"triggered_by": "client.created",
"previous_step": {
"info": "\"[{errors : \"the account_uuid field is required\" }]\"",
"name": "Send SMS",
"uuid": "5cef56da-e0fd-4f68-ad95-c06f174086be",
"status": "completed",
"created_at": "2025-08-27T17:31:27+01:00",
"updated_at": "2025-08-27T17:31:27+01:00",
"executed_at": "2025-08-27T17:31:27+01:00"
}
}