Get a Automation Blueprint Run in API Explorer
Ask AI
GET
/api/v1/automation-blueprints/{automationBlueprint_uuid}
curl \
--request GET 'https://api.plannrcrm.com/api/v1/automation-blueprints/dcf0-484e-a0c5-08590fe89a84-f6aa1670' \
--header "Authorization: Bearer $ACCESS_TOKEN"
Response examples (200)
{
"name": "Add new client on webhook",
"uuid": "29ba4efd-a24e-41ee-a6f6-ec337053b6fe",
"steps": [
{
"name": "create a new client",
"type": "client.create",
"uuid": "00abcb83-9be4-47c3-bba4-0bb57bf5cd59",
"updated": "2026-04-08T15:40:48+01:00",
"created_at": "2026-04-08T15:40:48+01:00",
"configuration": {
"params": {
"account_uuid": {
"type": "ref",
"value": "trigger.account.uuid"
}
}
},
"condition_state": false,
"parent_step_uuid": "2d0b0646-9b3e-4772-b257-1e37a94f2976"
}
],
"account": {
"firm": "App\\Http\\Resources\\FirmResource",
"name": "Gareth Thompson",
"role": "client",
"tags": "App\\Http\\Resources\\TagResource",
"type": "client",
"uuid": "dfd15780-e043-4bc8-921a-21fb4e8c8f08",
"email": "gareth@codepotato.co.uk",
"groups": "App\\Http\\Resources\\GroupResource",
"owners": "App\\Http\\Resources\\AccountResource",
"circles": "App\\Http\\Resources\\CircleResource",
"last_name": "Thompson",
"photo_url": "https://eu.ui-avatars.com/api/?name=gareth+thompson",
"created_at": "2026-04-08T15:40:48+01:00",
"first_name": "Gareth",
"updated_at": "2026-04-08T15:40:48+01:00",
"with_login": true,
"inactive_at": "2026-04-08",
"permissions": {
"firm:read": [
"firm"
],
"network:read": [
"network:uuid"
]
},
"custom_fields": "App\\Http\\Resources\\CustomFieldValueResource",
"introduced_by": "App\\Http\\Resources\\AccountResource",
"primary_email": "App\\Http\\Resources\\ContactDetailResource",
"referral_code": "ABC12345",
"can_be_deleted": "false",
"assigned_adviser": "App\\Http\\Resources\\AccountResource",
"next_review_date": "2026-04-08T15:40:48+01:00",
"has_joint_account": true,
"current_time_entry": "App\\Http\\Resources\\TimeEntryResource",
"first_contact_date": "2026-04-08T15:40:48+01:00",
"external_references": "App\\Http\\Resources\\ExternalReferenceResource",
"last_interaction_at": "2026-04-08 15:40:48",
"assigned_paraplanner": "App\\Http\\Resources\\AccountResource",
"joint_account_circle": "App\\Http\\Resources\\CircleResource",
"ownership_percentage": 100,
"previous_review_date": "2026-04-08T15:40:48+01:00",
"primary_phone_number": "App\\Http\\Resources\\ContactDetailResource",
"assigned_administrator": "App\\Http\\Resources\\AccountResource",
"anniversary_review_date": "2026-04-08T15:40:48+01:00"
},
"trigger": "client.create",
"is_active": false,
"conditions": [],
"created_at": "2026-04-08T15:40:48+01:00",
"updated_at": "2026-04-08T15:40:48+01:00",
"steps_count": "1",
"configuration": [],
"webhook_targets": [
{
"url": "https://api.plannrcrm.com/api/v1/webhooks/01605357-9fba-4cab-b4f0-141476dfa4ea",
"uuid": "47e07e75-d59c-44c4-a6dd-3813883d5b44",
"created_at": "2026-04-08T15:40:48+01:00",
"updated_at": "2026-04-08T15:40:48+01:00"
}
]
}