---
title: "List Ingestion Configs"
method: GET
path: "/v2/entity-ingestion-configs"
tags: ["Entity Ingestion Config API"]
---

# List Ingestion Configs

`GET /v2/entity-ingestion-configs`

List entity ingestion configs for a team, optionally filtered by app instance.

## Query parameters

- `teamId` string — The ID of the team.
- `appInstanceId` string — Optional filter by app instance ID.

## Response `200`

Success

- SvstorePublicapiListEntityIngestionConfigsResponse
  - `data` SvstoreIngestionConfig[] — The list of entity ingestion configs.
    - `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)
