List Bots
Retrieve a list of bots
get
/v1/bot/list
Authorization
ChatBotKit API Secret * Required
HTTP Authorization Scheme: bearer
Path Parameters
cursorstring
The cursor to use for pagination
orderstring
The order of the paginated items
takeinteger
The number of items to retrieve
curl -X GET "https://api.chatbotkit.com/v1/bot/list" \-H "Authorization: Bearer $CHATBOTKIT_API_SECRET"
{"items":[{"id":"string","name":"string","description":"string","backstory":"string","model":"string","datasetId":"string","skillsetId":"string","visibility":"string","meta":"object","createdAt":"number","updatedAt":"number"}]}
The list of bots was retrieved successfully