Retrieve list of teams or team details
GET/api/v1/teams
Warning: This API can return team details if you pass in a teamTag query parameter. However, this should only be used to retrieve team details if your team identifier contains non-alphanumeric characters. Otherwise, use the standard API under Teams
-> Retrieve team details
. When retrieving team details, the response will be a single team entity instead of a list.
Note: the response objects can also include an idpGroup
or cortexTeam
field depending on whether the team contains a group
or only consists of individually defined members
.
Request
Responses
- 200
- 404
- 429
Object containing a list of teams
Team not found
The client has exceeded the rate limit by performing too many requests in a short period. Retry the request after a delay.
Response Headers
The number of seconds until the rate limiting resets.