Get Org level analytics

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

  • This endpoint is used to get MTTA and MTTR (in seconds) of the organization 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
fromstringFrom date
tostringTo date
team_idstringFilter by team
user_idstringFilter by user

HEADERS

KeyDatatypeRequiredDescription
Authorizationnull

RESPONSES

status: OK

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