---
title: "Get team maintainers"
method: GET
path: "/api/v2/teams/{teamKey}/maintainers"
tags: ["Teams"]
---

# Get team maintainers

`GET /api/v2/teams/{teamKey}/maintainers`

Fetch the maintainers that have been assigned to the team. To learn more, read [Managing team maintainers](https://launchdarkly.com/docs/home/account/team-maintainers).

## Path parameters

- `teamKey` string, string, required — The team key

## Query parameters

- `limit` integer — The number of maintainers to return in the response. Defaults to 20.
- `offset` integer — Where to start in the list. This is for use with pagination. For example, an offset of 10 skips the first ten items and then returns the next items in the list, up to the query `limit`.

## Response `200`

Team maintainers response

- TeamMaintainers
  - `totalCount` integer — The number of maintainers of the team
  - `items` MemberSummary[] — Details on the members that have been assigned as maintainers of the team
    - `_links` object, required — The location and content type of related resources
    - `_id` string, required — The member's ID
    - `firstName` string — The member's first name
    - `lastName` string — The member's last name
    - `role` string, required — The member's base role. If the member has no additional roles, this role will be in effect.
    - `email` string, required — The member's email address
  - `_links` object — The location and content type of related resources

## Other responses

- `400` — Invalid request
- `401` — Invalid access token
- `403` — Forbidden
- `404` — Invalid resource identifier
- `405` — Method not allowed
- `429` — Rate limited

---

[API](https://skmtc.dev/launchdarkly/apis/launchdarkly-rest-api.md) · [All operations](https://skmtc.dev/launchdarkly/apis/launchdarkly-rest-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/launchdarkly/launchdarkly-rest-api/revisions/69c5c9aafe78/schema)
