List Chat Turns API Definition
The List Chat Turns API allows you to retrieve a list of all turns in a chat, representing the complete dialog of message and response pairs
List Chat Turns Request and Response
To list chat turns, send a GET request to /v2/chats/{chat_id}/turns
, where
{chat_id}
is the unique identifier of the chat.
The response contains an array of turn
objects representing the turns in the
chat, ordered chronologically.
REST 2.0 URL
List Chat Turns Endpoint Address
Vectara exposes an HTTP endpoint at the following URL to list chat turns:https://api.vectara.io/v2/chats/:chat_id/turns
The API Reference shows the full List Chat Turns REST definition.