curl --request GET \
--url https://us.api.bland.ai/v1/pathway/chat/{id} \
--header 'authorization: <authorization>'
{
data: [
{
"role": "user",
"content": "message"
},
... // more messages
]
}
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
]
}
{
data: [
{
"role": "user",
"content": "message"
},
... // more messages
]
}