Get an automation execution Run in API Explorer
Ask AI
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": "53f3d185-174e-478c-8da9-cf1a733ca3f0",
"steps": [
{
"info": "\"[{errors : \"the account_uuid field is required\" }]\"",
"name": "Send SMS",
"uuid": "3d4dbaf6-f893-4bb0-857f-dd7de123bcb4",
"status": "completed",
"created_at": "2025-12-04T22:09:16+00:00",
"updated_at": "2025-12-04T22:09:16+00:00",
"executed_at": "2025-12-04T22:09:16+00:00"
}
],
"status": "in_progress",
"next_step": {
"info": "\"[{errors : \"the account_uuid field is required\" }]\"",
"name": "Send SMS",
"uuid": "048d09f7-a89d-4e46-a963-a6d3d163efea",
"status": "completed",
"created_at": "2025-12-04T22:09:16+00:00",
"updated_at": "2025-12-04T22:09:16+00:00",
"executed_at": "2025-12-04T22:09:16+00:00"
},
"created_at": "2025-12-04T22:09:16+00:00",
"updated_at": "2025-12-04T22:09:16+00:00",
"triggered_by": "client.created",
"previous_step": {
"info": "\"[{errors : \"the account_uuid field is required\" }]\"",
"name": "Send SMS",
"uuid": "30c54c84-5c85-46e6-a67c-a45d453fde4d",
"status": "completed",
"created_at": "2025-12-04T22:09:16+00:00",
"updated_at": "2025-12-04T22:09:16+00:00",
"executed_at": "2025-12-04T22:09:16+00:00"
}
}