Dashboard

Fleet dashboard analytics: usage, device status, web activity, homework gap, and trend data.

1 of 21

Filtering by query: /v1.0/dashboard/{corpId}/MBUsageDetails

GET/v1.0/dashboard/{corpId}/MBUsageDetailsRead-onlyPermalink ↗

Populates a list of DeviceDataUsage object

CLIkajeet-sentinel usage top-devices --corp NORTHSTAR-ISD

Parameters

corpIdpathstringrequired

Device group

startDatequerystringrequired

Start Date to generate dashboard report.

endDatequerystringrequired

End Date to generate dashboard report.

newInstallationqueryboolean

Check if its a new installation , valid in case of WBU devices only

cURL
curl -X GET "https://api.kajeet.dev/sentinel-proxy/sentinel/api/v1.0/dashboard/NORTHSTAR-ISD/MBUsageDetails?startDate=03%2F01%2F2026&endDate=03%2F11%2F2026&newInstallation=value" \
  -H "Authorization: Bearer $SENTINEL_TOKEN"

Build your first call in 5 minutes.

Grab a Dev SIM, get an API key, and POST /v1.0/auth/token from anywhere.