Assistants
Get outbound assistants
Retrieve all outbound assistants for the authenticated user
GET
/ user / assistants / outbound
This endpoint returns a list of all outbound assistants belonging to the authenticated user. Outbound assistants are used for making calls to leads and prospects.
Response fields
data array
id integer
The unique identifier of the assistant
user_id integer
The ID of the user who owns this assistant
name string
The name of the assistant
type string
The type of assistant (will always be “outbound” for this endpoint)
mode string
The engine mode (pipeline
or
multimodal)
status string
The current status of the assistant
voice_id integer
The ID of the voice used by the assistant
language_id integer
The ID of the language used by the assistant
timezone string
The timezone setting for the assistant
initial_message string
The initial message the assistant will speak
system_prompt string
The system prompt that defines the assistant’s behavior
variables object
Custom variables defined for the assistant
webhook_url string
The webhook URL for post-call notifications
is_webhook_active boolean
Whether webhook notifications are enabled
created_at string
The date and time when the assistant was created
updated_at string
The date and time when the assistant was last updated
Notes
- This endpoint only returns assistants with type “outbound”
- All assistants belonging to the authenticated user are returned (no pagination)
- Use these assistants with the make call endpoint to initiate outbound calls
- Outbound assistants can be used for sales calls, follow-ups, surveys, and other proactive calling scenarios