Get team maintainers

Fetch the maintainers that have been assigned to the team. To learn more, read Managing team maintainers.

Path parameters

teamKeystringRequired
The team key

Headers

AuthorizationstringRequired

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
totalCountinteger or null
The number of maintainers of the team
itemslist of objects or null
Details on the members that have been assigned as maintainers of the team

Errors