Is Salesforce Sync Errors data accessible via REST API or any object?
Hi everyone,
I'm trying to automate a daily report of Salesforce Sync Errors (Admin → Salesforce → Sync Errors) using Workato and the Marketo REST API.
So far, I’ve tested:
- /rest/v1/activities/types.json
- /rest/v1/activities.json
- Lead search via /rest/v1/leads.json
- Searching for any activity types containing “SFDC”, “Salesforce”, “Sync”, or “Error”
I found an activity called:
- Sync Lead to SFDC
But I do not see any activity type corresponding to the errors shown in the Sync Errors UI.
My question:
Is the Salesforce Sync Errors data:
- Backed by a REST-accessible object?
- Stored as a hidden activity type?
- Stored in a system table not exposed via REST?
- Only accessible through the UI export?
- Available through Bulk API but not REST?
- Accessible via any other supported method?
My goal is to automate daily reporting of these errors without manual CSV export.
If anyone has successfully extracted this data programmatically, I’d really appreciate guidance on:
- The correct endpoint (if it exists)
- The object name (if any)
- Or confirmation that it’s not exposed via API
Thanks in advance!