/
LA
langbot
/
LangBot Service API
Search skmtc…
⌘K
Docs
Sign in
Sign in
APIs
Generators
Stacks
Projects
Docs
History
Schema
Sources
Subscribe
langbot
LangBot Service API
get
获取单个机器人
v1
latest
OpenAPI 3.0.3
AGPL-3.0
2026-07-26
59
17
38.7 KB
Bots
获取单个机器人
获取机器人信息,包括运行时信息(如 Webhook 地址等)。
get
/api/v1/platform/bots/{bot_uuid}
Path parameters
bot_uuid
string
uuid
required
Response
成功
object
required
code
integer
data
object
Example response
{ "data": { "bot": { "adapter": "telegram" } } }