Skip to main content
GET
JavaScript

Authorizations

Authorization
string
header
required

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

Path Parameters

assistant_id
string
required

Unique identifier of the assistant.

Query Parameters

from_date
string<date-time>

Start of the date range filter (inclusive, ISO 8601).

to_date
string<date-time>

End of the date range filter (inclusive, ISO 8601).

conversation_channel
enum<string>

Filter results by conversation channel.

Available options:
phone_call,
sms_chat
page
object

Consolidated page parameter (deepObject style). Originally: page[size], page[number]

Response

Successful Response

meta
Meta · object
required
data
(ScheduledPhoneCallEventResponse · object | ScheduledSmsEventResponse · object)[]
required