# Teams Everything about your Teams ## Retrieve team metrics - [GET /teams/{team_id}/metrics](https://developers.intercom.com/docs/references/preview/rest-api/api.intercom.io/teams/getteammetrics.md): Returns real-time activity metrics for admins in the specified team. For each admin, the response includes counts of open, idle, and snoozed conversations. This endpoint requires the realtime_monitoring feature to be enabled for your workspace. ## List all teams - [GET /teams](https://developers.intercom.com/docs/references/preview/rest-api/api.intercom.io/teams/listteams.md): This will return a list of team objects for the App. ## Retrieve a team - [GET /teams/{id}](https://developers.intercom.com/docs/references/preview/rest-api/api.intercom.io/teams/retrieveteam.md): You can fetch the details of a single team, containing an array of admins that belong to this team.