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": "fd756643-6180-4d8f-8ce1-ac304fb0d119",
"steps": [
{
"info": "\"[{errors : \"the account_uuid field is required\" }]\"",
"name": "Send SMS",
"uuid": "4e2e09ab-ffce-437b-8eca-4e14cf123e85",
"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": "e2f72b47-fcef-443c-b364-f50195851a3a",
"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": "8e80fec4-5729-4e7a-8a47-27602ec29054",
"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"
}
}
]
}