get_assistant
Retrieve an AI Assistant by ID to get its configuration and optionally fetch dynamic variables from a webhook. Use this to integrate Telnyx assistant data.
Instructions
Get an AI Assistant by ID.
Args: assistant_id: Required. Assistant ID. fetch_dynamic_variables_from_webhook: Optional boolean. Whether to fetch dynamic variables from webhook. from_: Optional. From parameter for dynamic variables. to: Optional. To parameter for dynamic variables. call_control_id: Optional. Call control ID for dynamic variables.
Returns: Dict[str, Any]: Response data
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| request | Yes |