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

# Get Entity Ingestion Config

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

Get a specific entity ingestion config by ID.

## Path parameters

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

## Response `200`

Success

- SvstorePublicapiGetEntityIngestionConfigResponse
  - `data` SvstoreIngestionConfig — Entity ingestion configuration for ETL extraction workflows
    - `id` string
    - `appInstanceId` string
    - `workflowId` string
    - `enabled` boolean
    - `createdAt` string, date-time — A timestamp in RFC 3339 format (e.g., "2025-01-15T01:30:15Z").
    - `updatedAt` string, date-time — A timestamp in RFC 3339 format (e.g., "2025-01-15T01:30:15Z").
    - `teamId` string
    - `serviceName` string, nullable
    - `workflowName` string, nullable
    - `isWorkflowPublished` boolean — Whether the linked workflow has been published/deployed.
    - `hasIngestionContext` boolean — Whether the linked workflow references context.CurrentIngestion.
    - `syncDeletions` boolean
    - `internalEntityTypeId` string
    - `syncIntervalSeconds` union — Customer-configured minimum interval between scheduled syncs, in seconds. Unset means "auto": the platform default cadence and full/delta heuristics apply.
      - integer
      - string, int64

## 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)
