v1

latestOpenAPI 3.1.0Serval License2026-07-26202952779.1 KB
Entity Ingestion Config API

Sync Entity Ingestion Config

Trigger a sync for an entity ingestion config. Starts the ingestion workflow to fetch and sync external data.

post/v2/entity-ingestion-configs/{config_id}/sync

Path parameters

config_idstring required

The ID of the ingestion config to trigger sync for.

Request body

forceFullResyncboolean

When true, ignore and discard any saved resume checkpoint and start the ingestion fresh from the last completed watermark. Default (false) resumes an interrupted run if one exists.

Response

Success

SvstorePublicapiSyncEntityIngestionConfigResponse required