Tool to query events with filters and projections from HoneyHive. Use this action when you need to retrieve events with lightweight filtering (limit 1000 results). For bulk exports or more complex queries, use the Retrieve Events action instead. Supports filtering by date range,…
pageintegerPage number for pagination. Default is 1
limitintegerMaximum number of results to return. Default is 1000
filtersstringArray of filter objects as JSON string. Each filter should have 'field', 'operator', and 'value' properties (e.g., '[{"field":"event_type","operator":"is","value":"completion"}]')
dateRangestringDate range filter as ISO string or JSON object with $gte/$lte fields (e.g., '{"$gte":"2023-01-01T00:00:00Z","$lte":"2023-12-31T23:59:59Z"}')
ignoreOrderstringWhether to ignore ordering in the results. Set to 'true' or 'false' as string
projectionsstringFields to include in response as JSON array string (e.g., '["event_id","event_type","metadata.cost"]'). If not specified, all fields are returned
evaluationIdstringFilter events by evaluation ID
dataRequiredData from the action execution
errorstringError if any occurred during the execution of the action
successfulRequiredbooleanWhether or not the action execution was successful or not
API key connection. Risk level 2 of 5.
Free Action
No published Skills explicitly reference this Action yet.