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
]
}
Documentation Index
Fetch the complete documentation index at: https://docs.bland.ai/llms.txt
Use this file to discover all available pages before exploring further.
{
data: [
{
"role": "user",
"content": "message"
},
... // more messages
]
}
Was this page helpful?