GET
List Results

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

botId
string
required

Query Parameters

limit
number
default:50
Required range: 1 <= x <= 100
cursor
string
timeFilter
enum<string>
default:allTime
Available options:
today,
last7Days,
last30Days,
monthToDate,
lastMonth,
yearToDate,
allTime
timeZone
string

Response

Default Response

results
object[]
required
nextCursor
string | null