Skip to main content
GET
getBotActivities

Headers

Authorization
string<JWT>
required

User API token.

Query Parameters

bot_id
string
required

AlphaInsider bot identifier.

bot_activity_id[]
string[]

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

Maximum array length: 100

Bot activity identifier.

type[]
enum<string>[]

Array of activity types to filter by.

Available options:
start,
stop,
info,
warning,
error
start_date
string<date-time>

Start date.

end_date
string<date-time>

End timestamp for the current period or range.

limit
number

Number of results to return.

offset_id
string

Offet by ID. Used for pagination.

Response

Request was successful.

success
boolean

True when the request succeeded.

response
object[]

Endpoint-specific response payload, or an error message when success is false.