Authorizations
API key for the Qontext API
Path Parameters
The unique identifier of the workspace the sync log belongs to.
"ws_123e4567-e89b-12d3-a456-426614174000"
Response
Sync logs successfully fetched
Unique identifier for the sync log
"sync_123e4567-e89b-12d3-a456-426614174000"
ID of the ingestion pipeline this sync log belongs to
"pipe_123e4567-e89b-12d3-a456-426614174000"
ID of the knowledge graph this sync log relates to
"kg_123e4567-e89b-12d3-a456-426614174000"
ID of the workspace this sync log belongs to
"ws_123e4567-e89b-12d3-a456-426614174000"
Type of sync operation
full_sync
, live_sync
, incremental_sync
, manual_sync
"full_sync"
Status of the sync operation
pending
, preparing
, data_fetching
, ingesting
, completed
, failed
, stopped
"completed"
When the sync operation started
"2021-01-01T00:00:00.000Z"
When the sync operation completed
"2021-01-01T00:00:00.000Z"
Error message if the sync operation failed
"Failed to connect to data source"
ID of the background job handling this sync
"job_123"
Preparation metadata including record type counts
{
"contacts": 1000,
"deals": 500,
"companies": 300
}
Total number of records that need to be ingested
1800
Number of records successfully ingested
450
When the preparation step was completed
"2021-01-01T00:00:00.000Z"
The minimum date for the sync operation. Only records changed after this date will be synced.
"2021-01-01T00:00:00.000Z"
Data for manual sync
{ "manualSyncData": "manual_sync_data" }
Correlation ID (W3C trace-id) for end-to-end tracing
"4fd0b6c2a4d1e0f8a2b9c3d4e5f60718"
The date and time the sync log was created
"2021-01-01T00:00:00.000Z"
The date and time the sync log was last updated
"2021-01-01T00:00:00.000Z"