provider Teams GET /api/v2/teams/{teamKey}/maintainers
@utdk/launchdarkly /api/v2/teams/{teamKey}/maintainers
Get team 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).
teamKey path required
The team key
string
limit query
The number of maintainers to return in the response. Defaults to 20.
integer
offset query
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`.
integer

Try it

Authentication
Configure credentials for LaunchDarkly REST API
Gateway
The gateway proxies requests and injects credentials server-side. Configure credentials above, then enter your gateway URL.

Saved automatically to browser storage.

getteammaintainers
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).

Parameters

required

The team key

The number of maintainers to return in the response. Defaults to 20.

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`.

Enter a gateway URL above to enable sending.

Code snippet
Updates live as you fill in the form above.

TypeScript

import launchdarkly from '@utdk/launchdarkly';

await launchdarkly.getteammaintainers()