Skip to content

Get bot event logs

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

Retrieve event logs for a specific bot

Authorizations

ApiKeyAuth

API Key authentication using X-API-Key header.
Example: X-API-Key: lbk_your_api_key_here

TypeAPI Key (header: X-API-Key)
or
BearerAuth

Bearer token authentication. Can be either a user JWT token or an API key.
Example: Authorization: Bearer <token_or_key>

TypeHTTP (bearer)

Parameters

Path Parameters

bot_uuid*
Typestring
Required
Format"uuid"

Request Body

application/json
JSON
{
"from_index": -1,
"max_count": 10
}

Responses

Successful response

application/json
JSON
{
"code": 0,
"msg": "ok",
"data": {
"logs": [
{
}
],
"total_count": 0
}
}

Playground

Server
Authorization
Variables
Key
Value
Body

Samples

Powered by VitePress OpenAPI