Skip to main content

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

  • CSVContent-Type: text/csv, Content-Disposition: attachment; filename="devices.csv" (or events.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.
  • JSONContent-Type: application/json, Content-Disposition: attachment; filename="devices.json" (or events.json). An array of objects keyed by the column names above, every value a string.