---
title: "Get Ingestion Config Sync Status"
method: GET
path: "/v2/entity-ingestion-configs/{config_id}/sync-status"
tags: ["Entity Ingestion Config API"]
---

# Get Ingestion Config Sync Status

`GET /v2/entity-ingestion-configs/{config_id}/sync-status`

Get the sync status for an entity ingestion config, including last sync time, current phase, and data availability flags.

## Path parameters

- `config_id` string, required — The ID of the ingestion config.

## Response `200`

Success

- SvstorePublicapiGetEntityIngestionConfigSyncStatusResponse
  - `syncStatus` 'SYNC_STATUS_UNSPECIFIED' | 'SYNC_STATUS_NOT_STARTED' | 'SYNC_STATUS_RUNNING' | 'SYNC_STATUS_COMPLETED' | 'SYNC_STATUS_FAILED'
  - `lastSyncEndTime` string, date-time — A timestamp in RFC 3339 format (e.g., "2025-01-15T01:30:15Z").
  - `firstSyncStartTime` string, date-time — A timestamp in RFC 3339 format (e.g., "2025-01-15T01:30:15Z").
  - `currentPhase` 'INGESTION_SYNC_PHASE_UNSPECIFIED' | 'INGESTION_SYNC_PHASE_INGESTING_DATA' | 'INGESTION_SYNC_PHASE_EXTRACTING_SCHEMA' | 'INGESTION_SYNC_PHASE_INFERENCE' — Phases of the ingestion sync workflow.
  - `hasExternalEntities` boolean — Whether any external entities have been synced for this config.
  - `hasFieldMappings` boolean — Whether any field mappings exist for this config.
  - `hasPublishedEntities` boolean — Whether any published entities exist for this config.
  - `isDeleting` boolean — Whether a deletion workflow is currently running.

## Other responses

- `default` — Error

---

[API](https://skmtc.net/serval/apis/serval-public-api.md) · [All operations](https://skmtc.net/serval/apis/serval-public-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/serval/serval-public-api/versions/0549515e9384/schema)
