Request
Headers
Query parameters
Each export returns at most 10,000 rows. Events are ordered newest first.
Columns
data=devices
KeyID, DeviceModel, OSVersion, RiskScore, AttestationCount, JailbreakDetected, FirstSeen, LastAttestation
data=events
Timestamp, EventType, KeyID, Success, RiskScore, IPAddress, UserAgent
Timestamps are ISO 8601. Empty values are emitted as empty strings.
Example
Response
- CSV —
Content-Type: text/csv,Content-Disposition: attachment; filename="devices.csv"(orevents.csv). The first line is the header row. Fields containing commas, quotes, or newlines are quoted, and values starting with=,+,@, or-are prefixed with'to defeat spreadsheet formula injection. - JSON —
Content-Type: application/json,Content-Disposition: attachment; filename="devices.json"(orevents.json). An array of objects keyed by the column names above, every value a string.