/
CL
closebot
/
CloseBot API
Search skmtc…
⌘K
Docs
Sign in
Sign in
APIs
Generators
Stacks
Projects
Docs
History
Schema
Checked 1mo ago · Updated 1mo ago
Details
Filter operations
Account
3
Agency
5
Billing
13
Bot
18
post
Attach a source to a bot
delete
Detach a source from a bot
get
List bots
post
Create a new bot
post
Create bot with AI
get
Get a bot
put
Update a bot
delete
Delete a bot
post
Duplicate a bot
get
Export a bot
get
Get bot builder builder templates
get
Get steps for a version
get
Get the node descriptors
post
Publish a bot
post
Save a bot
post
Save bot tools
put
Update a bot version
post
Validate Flow
BotMetric
14
BotSourceVariable
2
BotTemplate
1
BotTesting
8
Hierarchy
5
Lead
11
Library
11
LiveDemo
10
Notification
5
Persona
5
SmartFAQ
5
Source
10
SourceChannel
5
Webhook
1
Bot
Get a bot
get
/bot/{id}
Path parameters
id
string
required
The bot ID.
Response
Success
BotDto
required
id
string
nullable
name
string
nullable
modifiedAt
string
nullable
modifiedBy
string
nullable
versions
BotVersionDto[]
nullable
sources
BotSourceDto[]
nullable
personaIds
string[]
nullable
favorited
boolean
locked
boolean
reschedulingEnabled
boolean
category
string
nullable
folderId
string
nullable
followUpActive
boolean
followUpSequences
FollowUpSequenceDto[]
nullable
smartFollowUp
boolean
followUpRepeat
boolean
followUpVarianceMinutes
integer
followUpExtraPrompt
string
nullable
tools
BotToolDto[]
nullable
followUpStates
FollowUpStateDto[]
nullable
Changes