Get Team level analytics

GET {{baseUrl}}/analyticsv2/team?owner_id=6129ac15518568defa92794b&from=2022-11-19T11:43:51.947Z&to=2022-12-19T11:43:51.947Z&user_id=5c7cf6bff8dde3001282aa57&service_id=5c7cf6bff8dde3001282aa56

  • This endpoint is used to get MTTA and MTTR (in seconds) of the team with provided filters in queryparams.
  • By default returns MTTA and MTTR data for a month.
  • Requires access_token as a Bearer {{token}} in the Authorization header with read scope.

Request Params

KeyDatatypeRequiredDescription
owner_idstringTeam Id - Required
fromstringFrom date
tostringTo date
user_idstringFilter by user
service_idstringFilter by service

HEADERS

KeyDatatypeRequiredDescription
Authorizationnull

RESPONSES

status: OK

{"data":{"mtta":21416.412109375,"mttr":28132.5390625}}