Headers
-
Content-Type string
-
Accept string
Path parameters
-
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": "919f5a31-2bd6-499c-a085-953e0c0a925f",
"steps": [
{
"info": "\"[{errors : \"the account_uuid field is required\" }]\"",
"name": "Send SMS",
"uuid": "e3e4d2d3-8aa9-4ad8-8711-ce32e22a05aa",
"status": "completed",
"created_at": "2025-02-20T10:13:05+00:00",
"updated_at": "2025-02-20T10:13:05+00:00",
"executed_at": "2025-02-20T10:13:05+00:00"
}
],
"status": "in_progress",
"created_at": "2025-02-20T10:13:05+00:00",
"updated_at": "2025-02-20T10:13:05+00:00",
"triggered_by": "client.created"
}