API ReferenceEvents

Search events

Cursor-paginated event search with optional nested filter groups. Requires an API token (or the legacy secret key).

POST
/projects/{project_id}/search-events
AuthorizationBearer <token>

Organization API Token (prefixed sk_) sent as Authorization: Bearer sk_.... Create one in Settings and grant it scopes. Server-side only.

In: header

Path Parameters

project_idstring

The project this request addresses. It must belong to the token's organization, or be the project of a project-scoped credential.

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/v1/projects/string/search-events" \  -H "Content-Type: application/json" \  -d '{}'
Empty
Empty
Empty