Agent API
Get conversation history
Retrieves the conversation history for a specific session. Requires either user authentication or API key.
GET
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Query Parameters
Unique identifier for the session.
Response
200
application/json
Conversation history retrieved successfully.
The response is of type object[]
.