Skip to main content
Search UI events (clicks, keystrokes, clipboard, etc.)
curl --request GET \
  --url https://api.example.com/ui-events
{
  "data": [
    {}
  ],
  "pagination": {
    "limit": 123,
    "offset": 123,
    "total": 123
  }
}

Query Parameters

q
string | null

Search query (text content, app name, etc.)

event_type
string | null

Filter by event type (click, text, scroll, key, app_switch, window_focus, clipboard)

app_name
string | null
window_name
string | null
start_time
string<date-time> | null
end_time
string<date-time> | null
limit
integer
default:50
offset
integer
default:0

Response

200 - application/json

UI events with pagination

data
object[]
required
pagination
object
required