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.

Path parameters

teamKeystringRequired

The team key

Query parameters

limitlongOptional

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

offsetlongOptional

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

Team maintainers response

totalCountintegerOptional

The number of maintainers of the team

itemslist of objectsOptional

Details on the members that have been assigned as maintainers of the team

Errors

Built with