LangBot Docs
机器人

获取机器人事件日志

获取指定机器人的事件日志记录。

POST
/api/v1/platform/bots/{bot_uuid}/logs

获取指定机器人的事件日志记录。

Authorization

X-API-Key<token>

In: header

Path Parameters

bot_uuid*string
Formatuuid

Request Body

application/json

TypeScript Definitions

Use the request body type in TypeScript.

Response Body

application/json

curl -X POST "https://example.com/api/v1/platform/bots/497f6eca-6276-4993-bfeb-53cbbbba6f08/logs" \  -H "Content-Type: application/json" \  -d '{}'
{  "code": 0,  "data": {    "logs": [      {}    ],    "total_count": 0  }}