DevelopersAPI referenceCronCrunchMonitoring
List activity events
Events ordered started_at descending, hard limit 2000. from/to filter on started_at.
View as MarkdownAuthorization
bearer AuthorizationBearer <token>
In: header
Query Parameters
from?string
Format
date-timeto?string
Format
date-timeResponse Body
application/json
application/json
application/json
curl -X GET "https://example.com/v1/activity/events"{ "events": [ { "id": "string", "entryId": "string", "appName": "string", "windowTitle": "string", "startedAt": "2019-08-24T14:15:22Z", "endedAt": "2019-08-24T14:15:22Z" } ]}Update monitoring settings
Partial upsert. screenshotIntervalSeconds must be 60-1800. consentAt is stamped the first time either capture channel is enabled.
Record activity events
Batch insert (max 500 per call) from the desktop app. Rejected with 403 unless the caller has activityEnabled. entryId, when given, must belong to the caller. appName is truncated to 200 chars, windowTitle to 500.