List scheduled events
Get scheduled events for an assistant with pagination and filtering
GET
JavaScript
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
Unique identifier of the assistant.
Query Parameters
Start of the date range filter (inclusive, ISO 8601).
End of the date range filter (inclusive, ISO 8601).
Filter results by conversation channel.
Available options:
phone_call, sms_chat Consolidated page parameter (deepObject style). Originally: page[size], page[number]
JavaScript