Skip to main content
GET
/
analytics
/
performance
/
latency-trends
cURL
curl --request GET \
  --url https://api.comm.com/api/analytics/performance/latency-trends \
  --header 'Authorization: Bearer <token>'
{
  "granularity": "<string>",
  "data": "<string>"
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Query Parameters

team_id
string<uuid>
required
start_date
string | null
end_date
string | null
granularity
enum<string> | null
Available options:
hour,
day,
week

Response

granularity
string
required
data
string
required