v1
latestOpenAPI 3.1.02026-08-0413468163.9 KBDiscover Connector Endpoint
Dispatch the connector's schema discovery (ARD-1098).
The connectivity + branching-prerequisites gate runs synchronously (fast after ARD-1095). On gate success the per-database catalog walk is dispatched as a connector_discovery async_operation and the endpoint returns 202 with the operation id plus the prerequisite payload — enough for the customer to know "your connection works" before the schema crawl finishes. On gate failure (network unreachable, auth, missing prereqs) the endpoint returns 422 with a structured remediation message; no worker is dispatched.
The CLI polls GET /v1/operations/{operation_id} for the terminal status of the catalog walk. Concurrent /discover calls on the same connector are deduped by the async_operations partial unique index — the second call rejoins the in-flight operation rather than launching a second crawl.
Always reads credentials from Key Vault (single source of truth). To update credentials first, call PUT /connectors/{connector_id}.
Path parameters
Response
Discovery started (or joined, if one is already running). Poll the operation.