Skip to main content
POST
Track Interaction Batch

Authorizations

Authorization
string
header
required

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

Headers

X-Session-ID
string | null
X-Public-API-Key
string | null

Path Parameters

public_name
string
required

Public name of the published retriever

Body

application/json

Request to track multiple interactions in batch.

interactions
PublicInteractionRequest · object[]
required

List of interactions to track (max 100 per batch)

Required array length: 1 - 100 elements

Response

Successful Response