Retrieves detailed information about a specific assistant.
curl --request GET \
--url https://app.phonebot.io:80/api/v1/vendors/{vendorId}/organizations/{organizationId}/assistants/{assistantId}{
"success": true,
"timestamp": "2025-04-17T14:23:30Z",
"message": "<string>",
"data": {
"id": "550e8400-e29b-41d4-a716-446655440000",
"name": "Help Desk Assistant",
"systemPrompt": "You are a customer support assistant for ACME Gadgets. Be polite, helpful, and concise. Escalate complex issues to a human agent if necessary.",
"llmAudioContentGenerationStrategyId": "abcdef01-2345-6789-abcd-ef0123456789",
"extensions": [
{
"id": "deadbeef-cafe-babe-feed-faceabadb001",
"name": "Knowledge Base Search",
"type": "kb_search_v2",
"parameters": {
"kb_url": "https://kb.example.com/api",
"max_results": 3,
"auth_token": null
}
}
],
"callEventHooks": [
{
"id": "b00bface-1337-badd-cafe-d00df00dcafe",
"type": "webhook_transcript_ready_v1",
"parameters": {
"target_url": "https://my.internal.service/transcript",
"secret_key": "s3cr3t_tr4nscr1pt"
}
}
],
"systemPromptGreeting": "Hello! How can I help you with our products today?",
"telephoneNumberId": "11223344-5566-7788-9900-aabbccddeeff"
},
"traceId": "<string>"
}ID of the Vendor (UUID)
ID of the Organization (UUID)
ID of the Assistant (UUID)
Successfully retrieved assistant details
Standard API response wrapper
Indicates if the request was successful
true
Response timestamp in ISO-8601 format
"2025-04-17T14:23:30Z"
Human-readable message
Payload data object
Show child attributes
Unique identifier of the assistant (UUID).
"550e8400-e29b-41d4-a716-446655440000"
Name of the assistant.
"Help Desk Assistant"
Main system prompt defining the assistant's role and behavior.
"You are a customer support assistant for ACME Gadgets. Be polite, helpful, and concise. Escalate complex issues to a human agent if necessary."
ID of the LLM Audio Content Generation Strategy used by the assistant (UUID).
"abcdef01-2345-6789-abcd-ef0123456789"
List of LLM extensions configured for this assistant.
Show child attributes
Unique identifier of the LLM extension instance (UUID).
"deadbeef-cafe-babe-feed-faceabadb001"
Name of the LLM extension.
"Knowledge Base Search"
Type identifier for the LLM extension.
"kb_search_v2"
Specific parameters for this extension instance (structure depends on the extension type). Null values may be present.
Show child attributes
{
"kb_url": "https://kb.example.com/api",
"max_results": 3,
"auth_token": null
}List of Call Event Hooks configured for this assistant.
Show child attributes
Unique identifier of the call event hook instance (UUID).
"b00bface-1337-badd-cafe-d00df00dcafe"
Type identifier for the call event hook.
"webhook_transcript_ready_v1"
Initial greeting message from the assistant.
"Hello! How can I help you with our products today?"
ID of the telephone number assigned to this assistant (UUID).
"11223344-5566-7788-9900-aabbccddeeff"
Correlation or trace ID
Was this page helpful?
curl --request GET \
--url https://app.phonebot.io:80/api/v1/vendors/{vendorId}/organizations/{organizationId}/assistants/{assistantId}{
"success": true,
"timestamp": "2025-04-17T14:23:30Z",
"message": "<string>",
"data": {
"id": "550e8400-e29b-41d4-a716-446655440000",
"name": "Help Desk Assistant",
"systemPrompt": "You are a customer support assistant for ACME Gadgets. Be polite, helpful, and concise. Escalate complex issues to a human agent if necessary.",
"llmAudioContentGenerationStrategyId": "abcdef01-2345-6789-abcd-ef0123456789",
"extensions": [
{
"id": "deadbeef-cafe-babe-feed-faceabadb001",
"name": "Knowledge Base Search",
"type": "kb_search_v2",
"parameters": {
"kb_url": "https://kb.example.com/api",
"max_results": 3,
"auth_token": null
}
}
],
"callEventHooks": [
{
"id": "b00bface-1337-badd-cafe-d00df00dcafe",
"type": "webhook_transcript_ready_v1",
"parameters": {
"target_url": "https://my.internal.service/transcript",
"secret_key": "s3cr3t_tr4nscr1pt"
}
}
],
"systemPromptGreeting": "Hello! How can I help you with our products today?",
"telephoneNumberId": "11223344-5566-7788-9900-aabbccddeeff"
},
"traceId": "<string>"
}