---
title: "Retrieve CRM sync events for an end user"
method: GET
path: "/api/end_users/{heron_id}/crm_sync"
tags: ["EndUsers"]
---

# Retrieve CRM sync events for an end user

`GET /api/end_users/{heron_id}/crm_sync`

## Path parameters

- `heron_id` string, required

## Response `200`

The list of CRM events that occurred for this end user

- CrmSyncEventSchema[]
  - `crm_record_url` string, nullable
  - `error_message` string, nullable
  - `heron_id` string
  - `name` string
  - `occurred_at` string, date-time
  - `provider` string, nullable
  - `result` 'success' | 'failure' | 'no_sync_attempted'
  - `success_message` string, nullable

---

[API](https://skmtc.dev/herondata/apis/heron-data-api.md) · [All operations](https://skmtc.dev/herondata/apis/heron-data-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/herondata/heron-data-api/revisions/f2e441edece2/schema)
