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": "80189fd6-60d8-464a-b980-0479f0406e97",
"steps": [
{
"info": "\"[{errors : \"the account_uuid field is required\" }]\"",
"name": "Send SMS",
"uuid": "79f42669-930f-4c50-8958-fc61ff51402d",
"status": "completed",
"created_at": "2025-10-24T10:34:19+01:00",
"updated_at": "2025-10-24T10:34:19+01:00",
"executed_at": "2025-10-24T10:34:19+01:00"
}
],
"status": "in_progress",
"next_step": {
"info": "\"[{errors : \"the account_uuid field is required\" }]\"",
"name": "Send SMS",
"uuid": "7eb2e0c4-23eb-4055-a3db-ed898d457d1f",
"status": "completed",
"created_at": "2025-10-24T10:34:19+01:00",
"updated_at": "2025-10-24T10:34:19+01:00",
"executed_at": "2025-10-24T10:34:19+01:00"
},
"created_at": "2025-10-24T10:34:19+01:00",
"updated_at": "2025-10-24T10:34:19+01:00",
"triggered_by": "client.created",
"previous_step": {
"info": "\"[{errors : \"the account_uuid field is required\" }]\"",
"name": "Send SMS",
"uuid": "a514112f-52b5-4df6-958a-c03dd6006ade",
"status": "completed",
"created_at": "2025-10-24T10:34:19+01:00",
"updated_at": "2025-10-24T10:34:19+01:00",
"executed_at": "2025-10-24T10:34:19+01:00"
}
}