API ReferenceEvents

Search events

Cursor-paginated event search with optional nested filter groups. Requires the secret key.

POST
/search-events
x-logspot-sk<token>

Project secret key (prefixed sk_). Server-side only — never expose it client-side.

In: header

event_name?string|null
user_id?string|null
cursor?string|null
start_date?string|null
end_date?string|null
filter_groups?|null

Response Body

curl -X POST "https://api.logspot.io/search-events" \  -H "Content-Type: application/json" \  -d '{}'
Empty
Empty
Empty