Get Schema Status
Authentication
This is the Polytomic deployment key (on-premises only)
This is the Polytomic deployment key (on-premises only)
Returns the current schema inspection status for a connection.
Poll this endpoint after calling
POST /api/connections/{id}/schemas/refresh to track
progress. When status transitions to completed, the refreshed schemas
are available for use in sync configuration.
π Schema refresh is asynchronous
This endpoint kicks off a background refresh of the connectionβs cached schemas and returns a
Locationheader pointing atGET /api/connections/{id}/schemas/status. Poll that endpoint untilcache_statustransitions fromrefreshingtofresh(or untillast_refresh_finishedadvances pastlast_refresh_started) to observe completion.Only connections whose current health status is healthy may be refreshed.