---
title: "List Harbors"
method: GET
path: "/api/harbors"
tags: ["Harbors"]
---

# List Harbors

`GET /api/harbors`

Lists Harbors in the caller's current organization.

Returns Harbors in creation order. Use `pagination.next_page_token` to continue when more results are available.

## Query parameters

- `limit` integer — Maximum number of Harbors to return. Defaults to 50 and cannot exceed 50.
- `page_token` string — Opaque pagination cursor returned by the previous request.

## Headers

- `X-Polytomic-Version` string

## Response `200`

OK

- HarborListEnvelope
  - `data` HarborResponse[], nullable
    - `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.
  - `pagination` PaginationDetails
    - `next_page_token` string

## Other responses

- `403` — Forbidden
- `422` — Unprocessable Entity
- `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/00c653316d35/schema)
