Skip to main content
POST
Add a batch of events to a session

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

session_id
string<uuid>
required

Session ID to add events to

Body

application/json

Request body for POST /v1/sessions/{session_id}/events/batch

events
object[]
required

Events to add to the session

Response

Events added successfully

Response from adding traces to a session

success
boolean
required