This endpoint returns all available chat assistants that are connected to a specific board.
Query Parameters
Your API key for authentication
The ID of the board whose chat assistants you want to retrieve
Response
List of chat assistants attached to the board
Unique identifier for each chat assistant
List of existing conversation threads for this chat assistant
{
"data": [
{
"id": "chatNode-patient-star-4uIJt",
"conversations": [
{ "id": "xMmCzgatt8TAI1L58LYQ", "name": "Breakdown of fizzy drinks part 1" }
]
},
{
"id": "chatNode-icy-feather-45HNI",
"conversations": [
{ "id": "OdtFIwEmdhlTrNy5UTNg", "name": "Breakdown of fizzy drinks part 2" }
]
}
]
}