Admin Ingestion
Trigger a catalog ingestion pipeline run without blocking
Claims and starts a pipeline run in the background - unlike /sync, this returns immediately. Poll GET /admin/ingestion/runs/{run_id} for its outcome. Admin-only.
Authorization
OAuth2AuthorizationCodeBearer AuthorizationBearer <token>
In: header
Path Parameters
source_slug*Source Slug
Query Parameters
verify_locally?Verify Locally
Default
trueResponse Body
application/json
application/json
curl -X POST "https://example.com/v1/admin/ingestion/string/trigger"{ "run_id": "dded282c-8ebd-44cf-8ba5-9a234973d1ec", "status": "string"}{ "detail": [ { "loc": [ "string" ], "msg": "string", "type": "string" } ]}