Retrieve user chats
get/chat
Query parameters
limitinteger
The number of chats to return.
start_afterinteger
The timestamp to start after.
collection_idstring
The ID of the collection.
agent_idstring
The ID of the agent. If no agent_id or collection_id is specified, the default agent "Jack Of All Trades" will be used.
include_emptyboolean
Whether to include empty chats with collections and agents created by the user.
Response
A list of chats.
Changes
No recorded changes to this endpoint across all 1 revision of this API.