---
title: "List Lead Ponds"
method: GET
path: "/v1.0/team-features/lead-ponds"
tags: ["Team Features"]
---

# List Lead Ponds

`GET /v1.0/team-features/lead-ponds`

Returns lead ponds on the caller's team that the caller is allowed to see.

## Headers

- `Authorization` string, required

## Response `200`

Lead ponds visible to the caller.

- 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

- `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/versions/23e640467118/schema)
