Retrieve events based on filters
Events
Retrieve events based on filters
Search events via POST with filtering and pagination. This is the primary method for retrieving events from HoneyHive.
POST
Retrieve events based on filters
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Body
application/json
Request body for POST /v1/events/search
Array of filter criteria to apply
Limit number of results (default 1000, max 1000)
Required range:
1 <= x <= 1000Page number of results (default 1)
Required range:
x >= 1Deprecated: accepted but ignored. Results are always ordered by start_time descending.
Filter by evaluation/experiment run ID

