Entity Ingestion Config API
Get Ingestion Config Sync Status
Get the sync status for an entity ingestion config, including last sync time, current phase, and data availability flags.
GET
Get Ingestion Config Sync Status
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
The ID of the ingestion config.
Response
Success
Status of the last/current sync.
Available options:
SYNC_STATUS_UNSPECIFIED, SYNC_STATUS_NOT_STARTED, SYNC_STATUS_RUNNING, SYNC_STATUS_COMPLETED, SYNC_STATUS_FAILED When the last sync completed.
When the first-ever sync started.
Current phase when sync is running.
Available options:
INGESTION_SYNC_PHASE_UNSPECIFIED, INGESTION_SYNC_PHASE_INGESTING_DATA, INGESTION_SYNC_PHASE_EXTRACTING_SCHEMA, INGESTION_SYNC_PHASE_INFERENCE Whether any external entities have been synced for this config.
Whether any field mappings exist for this config.
Whether any published entities exist for this config.
Whether a deletion workflow is currently running.
Get Ingestion Config Sync Status

