Handle Post Session Participant

Process an interaction request through the environment.

Args: request: The FastAPI request session_id: The ID of the session interaction_request: The interaction request data

Returns: Span with the results of the interaction attached to its attributes

Path parameters

session_idstringRequired

Headers

AuthorizationstringRequired

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

Request

This endpoint expects a list of objects.
idstringRequired
Unique identifier for the participant
typeenumRequired

Type of participant, e.g., ‘user’ or ‘ai_agent’

Allowed values:

Response

Successful Response

Errors