00c653316d35
latestOpenAPI 3.0.32026-08-13154321638.4 KBHarbors
Get Harbor
Returns one Harbor by its first-class Harbor ID.
The response exposes the backing Connection ID but not the internal profile used to authorize Harbor credentials.
get/api/harbors/{harbor_id}
Path parameters
harbor_idstring uuid required
Unique identifier of the Harbor.
Example:248df4b7-aa70-47b8-a036-33ac447e668d
Unique identifier of the Harbor.
Headers
X-Polytomic-Versionstring
Response
OK
Example response
{
"data": {
"backing_connection_id": "248df4b7-aa70-47b8-a036-33ac447e668d",
"backing_mode": "managed",
"id": "248df4b7-aa70-47b8-a036-33ac447e668d",
"mcp_server_url": "https://mcp.polytomic.com/mcp/harbors/revenue_operations",
"name": "Revenue Operations",
"organization_id": "248df4b7-aa70-47b8-a036-33ac447e668d"
}
}