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 aBearer {{token}}
in theAuthorization
header withread
scope.
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
from | string | From date | |
to | string | To date | |
team_id | string | Filter by team | |
user_id | string | Filter by user |
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Authorization | null |
RESPONSES
status: OK
{"data":{"mtta":21416.412109375,"mttr":28132.5390625}}