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": "25c2e18a-383a-486f-a927-31abf6748886",
"steps": [
{
"info": "\"[{errors : \"the account_uuid field is required\" }]\"",
"name": "Send SMS",
"uuid": "62c2310a-28d1-48e5-a315-7c45a865c1a3",
"status": "completed",
"created_at": "2025-06-25T15:10:46+01:00",
"updated_at": "2025-06-25T15:10:46+01:00",
"executed_at": "2025-06-25T15:10:46+01:00"
}
],
"status": "in_progress",
"created_at": "2025-06-25T15:10:46+01:00",
"updated_at": "2025-06-25T15:10:46+01:00",
"triggered_by": "client.created"
}
]
}