/exchanges
List all conversation exchanges with an Agent
GET
/v1
/exchanges
This endpoint returns a paginated list of exchange IDs associated with a specific Agent. Each exchange represents a session. Which is a multi-turn interaction thread between a user and the Agent.
Header
Key
Value
Authorization
YOUR_API_KEY
Parameters
Key
Type
Description
agent_id
String
Target Agent ID
page_number
Integer
Default is 1
Request
Response
A response with the names and IDs of exchanges.
Last updated