GET
/api/v1/automation-executions
curl \
--request GET 'https://api.plannrcrm.com/api/v1/automation-executions' \
--header "Authorization: Bearer $ACCESS_TOKEN"
Response examples (200)
{
"data": [
{
"name": "Send client welcome pack to newly created client",
"uuid": "7436dfd0-e7cf-48cc-a0d7-7f7c2409ce3b",
"steps": [
{
"info": "\"[{errors : \"the account_uuid field is required\" }]\"",
"name": "Send SMS",
"uuid": "f90859e0-9218-419f-8e46-4cb2d21748c8",
"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": "b410c923-2222-4384-81e3-89efcf767d2b",
"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": "022792f1-449d-4e5d-9153-e75e39184217",
"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"
}
}
]
}