Create a batch of events
Events
Create a batch of events
Create multiple events in a single request. When single_session is
true, all events share the same session created from session_properties.
Required properties:
events(array of event objects) — Each event must includeevent_type(one ofchain,model,tool,session) andinputs.
Optional properties:
single_session(boolean) — If true, all events share a single session created fromsession_properties. Defaults to false.session_properties(object) — Session metadata used whensingle_sessionis true. May includesession_name,start_time,metadata.
Unknown top-level fields and per-event fields are rejected at the SDK
boundary; the legacy aliases is_single_session, session, and
per-event project are no longer accepted.
POST
Create a batch of events
Documentation Index
Fetch the complete documentation index at: https://docs.honeyhive.ai/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Body
application/json

