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
Sync Entity Ingestion Config
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
The ID of the ingestion config to trigger sync for.
Body
application/json
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
The response is of type SyncEntityIngestionConfigResponse · object.
Sync Entity Ingestion Config

