Get conversation history for a pathway chat.
curl --request GET \ --url https://us.api.bland.ai/v1/pathway/chat/{id} \ --header 'authorization: <authorization>'
{ data: [ { "role": "user", "content": "message" }, ... // more messages ] }
Your API key for authentication.
The chat ID created from the /pathway/chat/create endpoint.
List of errors or null.
Message objects for the conversation history.