Session
Session history
Endpoint: GET /v1/sessions/{session_id}/history
Retrieve the chat history for a specific session. This endpoint provides details on all interactions between the user and the assistant during the session.
Path Parameters
The unique ID of the session.
Query String Parameters
Optional, filter results by Unix timestamp if needed.
Response Parameters
Role of the participant (user
or assistant
).
The content of the message exchanged.
Timestamp of when the message was created.