# Download Event Feed for Device Download Event Feed for device, ordered by date the event was created on Endpoint: GET /enterprise/{enterprise_id}/device/{device_id}/download/eventfeed/ Version: 1.0.0 Security: apiKey ## Path parameters: - `enterprise_id` (string, required) A UUID string identifying this enterprise. - `device_id` (string, required) A UUID string identifying the device ## Query parameters: - `limit` (integer) Number of results to return per page. - `offset` (integer) Return results from this index. ## Response 200 fields (application/json): - `count` (integer, required) - `next` (string,null) - `previous` (string,null) - `results` (array, required) - `results.id` (integer) Integer representing the event ID - `results.message_id` (string) UUID string representing message ID - `results.device_status_id` (string) UUID string representing device status ID - `results.created_on` (string) - `results.message` (string) Message describing the command, who issued it, and from which state it was issued. - `results.device` (string) URL to device instance Example: "https://{example}-api.esper.cloud/api/enterprise/{enterprise_id}/device/{device_id}/" - `results.enterprise` (string) URL to enterprise instance Example: "https://{example}-api.esper.cloud/api/enterprise/{enterprise_id}/" ## Response 401 fields (application/json): - `errors` (array) - `message` (string) - `status` (integer) ## Response 500 fields (application/json): - `errors` (array) - `message` (string) - `status` (integer)