List CRM sync errors for an event type
Returns CRM sync errors scoped to the requested event type and CRM app. By default this endpoint returns only active errors. Pass includeDismissed=true to include dismissed historical errors.
If accessed using an OAuth access token, the EVENT_TYPE_READ scope is required.
Headers
Must be set to 2024-06-14. If not set to this value, the endpoint will default to an older version.
value must be Bearer <token> where <token> is api key prefixed with cal_, managed user access token, or OAuth access token
Path Parameters
Query Parameters
CRM app slug connected to the event type, for example salesforce.
"salesforce"
When true, returns dismissed historical errors as well as active errors. Defaults to false.
true
Opaque cursor from pagination.nextCursor. Omit to fetch the first page of CRM sync errors.
"eyJ2IjoxLCJzb3J0VXVpZCI6IjAxOWVhODUwLWVmYzctN2E0OC04NTA4LWFlZDMxYjcyY2U2OCJ9"
Maximum number of CRM sync errors to return.
1 <= x <= 10050