---
title: "Get Harbor"
method: GET
path: "/api/harbors/{harbor_id}"
tags: ["Harbors"]
---

# Get Harbor

`GET /api/harbors/{harbor_id}`

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.

## Path parameters

- `harbor_id` string, uuid, required — Unique identifier of the Harbor.

## Headers

- `X-Polytomic-Version` string

## Response `200`

OK

- HarborEnvelope
  - `data` HarborResponse
    - `backing_connection_id` string, uuid — Connection that provides the Harbor's queryable data store.
    - `backing_mode` string — How the Harbor's queryable data store is provided.
    - `created_at` string, date-time — When the Harbor was created.
    - `description` string — Short description of the Harbor.
    - `id` string, uuid — Unique identifier of the Harbor.
    - `mcp_server_url` string — MCP server URL for the Harbor.
    - `name` string — Human-readable Harbor name.
    - `organization_id` string, uuid — Organization that owns the Harbor.
    - `updated_at` string, date-time — When the Harbor was last updated.

## Other responses

- `403` — Forbidden
- `404` — Not Found
- `500` — Internal Server Error

---

[API](https://skmtc.net/polytomic/apis/polytomic-api.md) · [All operations](https://skmtc.net/polytomic/apis/polytomic-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/polytomic/polytomic-api/revisions/42f4cfea0ea3/schema)
