Are you trying to get the service Health of Teams Service? if yes, please refer the below API.
https://learn.microsoft.com/en-us/graph/api/servicehealth-get?view=graph-rest-1.0&preserve-view=true&tabs=http
https://learn.microsoft.com/en-us/graph/api/resources/service-communications-api-overview?view=graph-rest-1.0
If you want to get the information about your Teams, use the following graph API
https://learn.microsoft.com/en-us/graph/teams-list-all-teams?view=graph-rest-1.0
Hope this helps.