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": "3d252340-60ed-48e0-a982-fbc856c35496",
"steps": [
{
"info": "\"[{errors : \"the account_uuid field is required\" }]\"",
"name": "Send SMS",
"uuid": "48afa904-11a3-42fd-a078-3cd34c2ba1c7",
"status": "completed",
"created_at": "2025-08-07T13:41:45+01:00",
"updated_at": "2025-08-07T13:41:45+01:00",
"executed_at": "2025-08-07T13:41:45+01:00"
}
],
"status": "in_progress",
"created_at": "2025-08-07T13:41:45+01:00",
"updated_at": "2025-08-07T13:41:45+01:00",
"triggered_by": "client.created"
}
]
}