Headers
-
Content-Type
string -
Accept
string
Path parameters
-
id
string Required The ID of the automation execution.
GET
/api/v1/automation-executions/{id}
curl \
--request GET 'https://api.plannrcrm.com/api/v1/automation-executions/id' \
--header "Authorization: Bearer {OAUTH_ACCESS_TOKEN or PERSONAL_ACCESS_TOKEN}" \
--header "Content-Type: application/json" \
--header "Accept: application/json"
Response examples (200)
{
"name": "Send client welcome pack to newly created client",
"uuid": "804fe3f7-50f9-4023-a739-1f2a7d7ea16e",
"steps": [
{
"info": "\"[{errors : \"the account_uuid field is required\" }]\"",
"name": "Send SMS",
"uuid": "aed106d9-f13b-47a5-bd99-971a263c6084",
"status": "completed",
"created_at": "2025-06-17T14:20:21+01:00",
"updated_at": "2025-06-17T14:20:21+01:00",
"executed_at": "2025-06-17T14:20:21+01:00"
}
],
"status": "in_progress",
"created_at": "2025-06-17T14:20:21+01:00",
"updated_at": "2025-06-17T14:20:21+01:00",
"triggered_by": "client.created"
}