| Name | Type | Description | Notes |
|---|---|---|---|
| id | int | The unique identifier for the pulse. | |
| date | string | The date and time when the pulse was recorded in ISO 8601 format. | |
| keys | int | The number of keys pressed in this pulse. | |
| clicks | int | The number of mouse clicks in this pulse. | |
| download_mb | float | The amount of data downloaded in this pulse, in megabytes. | |
| upload_mb | float | The amount of data uploaded in this pulse, in megabytes. | |
| uptime_seconds | int | The uptime recorded in this pulse, in seconds. | |
| scrolls | int | The number of mouse scrolls recorded in this pulse. | |
| distance_miles | float | The distance the mouse has moved in miles in this pulse. | |
| auto_pulse | bool | Whether this pulse was automatically generated by the app. | |
| client_version | string | The version of the WhatPulse client that recorded this pulse. |