---
title: "Get Lead Pond"
method: GET
path: "/v1.0/team-features/lead-pond/{id}"
tags: ["Team Features"]
---

# Get Lead Pond

`GET /v1.0/team-features/lead-pond/{id}`

Returns a single lead pond by ID. The pond must belong to the caller's team and be visible to the caller (office-level lead-pond manage permission). If it is not, the request fails with 400 Permission denied; the same error is returned whether the pond does not exist or simply is not visible, so existence is not disclosed.

## Path parameters

- `id` integer, required

## Headers

- `Authorization` string, required

## Response `200`

Lead pond retrieved successfully.

- LeadPond
  - `id` integer, required — The id of this lead pond
  - `pondName` string, required — The name of this lead pond
  - `pondOwnerId` integer, required — The owner user id of the lead pond
  - `agentIds` integer[] — The accessible agent id of the lead pond, It's a list with user ids

## Other responses

- `400` — Permission denied (errorCode 20017): the lead pond does not exist, is disabled, belongs to another team, or is outside the caller's manageable offices. These cases are intentionally indistinguishable.
- `401` — Missing or invalid authentication token.
- `500` — Internal server error.

---

[API](https://skmtc.net/lofty/apis/lofty-service-open-apis.md) · [All operations](https://skmtc.net/lofty/apis/lofty-service-open-apis/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/lofty/lofty-service-open-apis/revisions/23e640467118/schema)
