Assistants
List scheduled events
Get scheduled events for an assistant with pagination and filtering
get/ai/assistants/{assistant_id}/scheduled_events
Path parameters
assistant_idstring required
Unique identifier of the assistant.
Query parameters
from_datestring date-time
Start of the date range filter (inclusive, ISO 8601).
to_datestring date-time
End of the date range filter (inclusive, ISO 8601).
conversation_channel'phone_call' | 'sms_chat'
Filter results by conversation channel.
Consolidated page parameter (deepObject style). Originally: page[size], page[number]
Response
Successful Response