Lists reported location data for devices in an enterprise.
Returns a paginated list (count/next/previous/results) of DeviceLocations records, the same data source used to power the Console's device map/location dashboard view.
About Device Location Reports
This is part of Esper's Device Telemetry reporting, which surfaces device-reported data (like location) for fleet monitoring rather than issuing commands to devices.
Key Fields / Query Parameters
- limit — number of results to return per page
- offset — the initial index from which to return results
Common Use Cases
- Powering a map view of where fleet devices are located
- Auditing device location history for compliance or asset-tracking purposes
Security
esper_cloud_api_apiKey
- Mock serverhttps://api.esper.io/_mock/openapi/v1/enterprise/{enterprise_id}/report/location/
- https://develop-api.esper.cloud/apihttps://develop-api.esper.cloud/api/v1/enterprise/{enterprise_id}/report/location/
curl -i -X GET \
'https://api.esper.io/_mock/openapi/v1/enterprise/{enterprise_id}/report/location/?limit=0&offset=0' \
-H 'Authorization: Bearer <YOUR_TOKEN_HERE>'Response
{ "count": 0, "next": "string", "previous": "string", "results": [ { … } ] }