List screenshots
Screenshot records ordered captured_at descending, hard limit 500. from/to filter on captured_at. url is a presigned GET link valid ~10 minutes, or null when storage is not configured.
View as MarkdownAuthorization
bearer In: header
Query Parameters
date-timedate-timeResponse Body
application/json
application/json
application/json
curl -X GET "https://example.com/v1/screenshots"{ "screenshots": [ { "id": "string", "entryId": "string", "contentType": "string", "sizeBytes": 0, "capturedAt": "2019-08-24T14:15:22Z", "url": "string" } ]}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.
Upload a screenshot
Multipart upload from the desktop app. Rejected with 403 unless the caller has screenshotsEnabled, and 503 when R2 storage is not configured. file must be image/jpeg, image/png, or image/webp, at most 5 MB. capturedAt defaults to now; entryId must belong to the caller.