Get sync log by ID
Get a single sync log in a given workspace.
Documentation Index
Fetch the complete documentation index at: https://docs.qontext.ai/llms.txt
Use this file to discover all available pages before exploring further.
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"
The unique identifier of the sync log.
"sync_42a17e56-b98d-4fd9-b2ce-5a8b12d7f9ad"
Response
Sync log 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, skipped "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"
User-facing error message shown in the UI when a sync fails due to a permanent issue
"This website is not supported and cannot be synced."
Temporal workflow ID for this sync
"sync-sync_123e4567-e89b-12d3-a456-426614174000"
Temporal workflow run ID for this sync
"run_123e4567-e89b-12d3-a456-426614174000"
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"