Admin Ingestion
Trigger a managed catalog ingestion pipeline
Synchronously runs one managed pipeline (official_registry, composio, or klavis) to completion and returns a run summary. Admin-only.
Authorization
OAuth2AuthorizationCodeBearer AuthorizationBearer <token>
In: header
Path Parameters
source_slug*Source Slug
Query Parameters
updated_since?|
Only official_registry uses this (passed through to its updated_since query param); ignored by composio and klavis, which always resync their full allowlist.
verify_locally?Verify Locally
Default
trueResponse Body
application/json
application/json
curl -X POST "https://example.com/v1/admin/ingestion/string/sync"{ "source_slug": "string", "candidates_seen": 0, "listings_created": 0, "listings_enriched": 0, "listings_skipped_locked": 0, "errors": [ "string" ]}{ "detail": [ { "loc": [ "string" ], "msg": "string", "type": "string" } ]}