Add a batch of events to a session
Add a batch of events to an existing session. Each event in the batch
is stored with session_id set from the URL path, overriding any
session_id in the event body.
Each event must include event_type (one of chain, model, tool,
session) and inputs. Unknown top-level fields and unknown per-event
fields are rejected. Events are processed sequentially. For
higher-throughput ingestion across sessions, use
POST /v1/events/batch instead.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
Session ID to add events to
Body
Request body for POST /v1/sessions/{session_id}/events/batch
Events to add to the session
Response
Events added successfully
Response from adding traces to a session

