Skip to main content

Trigger Data Sync

Manually trigger a data synchronization process for your workspace.
string
required
Your workspace domain (e.g., yourcompany.com)
string
Type of sync to run: quick (default) or full
array
Specific integration sources to sync (optional). If not provided, all connected integrations will sync.

Request

Response


Get Sync Status

Check the status of data synchronization processes.
string
required
Your workspace domain
string
Specific job ID to check (optional). If not provided, returns status of all recent sync jobs.

Request

Response


Get Sync History

Retrieve historical data synchronization logs and statistics.
string
required
Your workspace domain
number
Maximum number of sync records to return (default: 20, max: 100)
string
Filter by integration source: google, hubspot, intercom
string
Filter by sync status: completed, failed, running

Request

Response


Start Full Backfill

Initiate a comprehensive data backfill from your integrations.
string
required
Your workspace domain
string
required
Integration source to backfill: google, hubspot, or intercom
string
required
Start date for backfill in ISO 8601 format (e.g., 2024-01-01T00:00:00Z)
string
End date for backfill (defaults to current date)
array
Specific data types to backfill (e.g., ["emails", "meetings", "contacts"])

Request

Response

Full backfills can take significant time depending on the amount of historical data. Large backfills are processed in the background and won’t affect your current workspace usage.

Get Email Ingestion Stats

Retrieve statistics about email data ingestion and processing.
string
required
Your workspace domain
number
Time window for statistics in days (default: 30, max: 90)

Request

Response