Lists your chatbots, newest first, paginated (see Pagination).
{
"data": [
{
"chatbotId": "cb_123",
"name": "Support bot",
"description": "Answers from our help center",
"provisioningStatus": "active",
"isActive": true,
"llmModel": "gpt-4o-mini",
"answerLength": "medium",
"showCitations": true,
"documentCount": 12,
"webUrlCount": 3,
"createdAt": 1737400000000,
"updatedAt": 1737500000000
}
],
"nextCursor": null
}