Skip to main content
GET
/
getBotActivities
getBotActivities
curl --request GET \
  --url https://alphainsider.com/api/getBotActivities \
  --header 'Authorization: <authorization>'
{
  "success": true,
  "response": [
    {
      "bot_activity_id": "tI5eyI6xex1Pz-No1XuN-",
      "bot_id": "h_zZfeqsX9o8hgB8DVc0P",
      "type": "info",
      "message": "Bot started.",
      "created_at": "2024-10-23T14:46:58.395Z"
    }
  ]
}

Headers

Authorization
string<JWT>
required

User API token.

Query Parameters

bot_id
string
required

Bot ID.

bot_activity_id[]
string[]

Array of bot activity IDs. Leave empty to get all bot activities.

Maximum array length: 100

Bot activity ID.

type[]
enum<string>[]

Array of activity types to filter by.

Available options:
info,
warning,
error
limit
number

Number of results to return.

offset_id
string

Offet by ID. Used for pagination.

Response

Request was successful.