Fetch Bot

Fetch a bot

get
/v1/bot/{botId}/fetch

Authorization

ChatBotKit API Secret * Required

HTTP Authorization Scheme: bearer

Path Parameters

botIdstring* Required

The ID of the bot to retrieve

curl -X GET "https://api.chatbotkit.com/v1/bot/{botId}/fetch" \

-H "Authorization: Bearer $CHATBOTKIT_API_SECRET"

{
"id":"string",
"name":"string",
"description":"string",
"backstory":"string",
"model":"string",
"datasetId":"string",
"skillsetId":"string",
"visibility":"string",
"meta":"object",
"createdAt":"number",
"updatedAt":"number"
}
The bot was retrieved successfully