cURL
curl --request GET \ --url https://api.example.com/ui-events
{ "data": [ {} ], "pagination": { "limit": 123, "offset": 123, "total": 123 } }
Search query (text content, app name, etc.)
Filter by event type (click, text, scroll, key, app_switch, window_focus, clipboard)
UI events with pagination
Show child attributes
Was this page helpful?