Get the Sales Agent configuration
GET/api/v1/chatbots/:chatbotId/sales-agent
Returns the chatbot's Sales Agent configuration (persona, prompt slots/overlay, model override, lead-capture fields, guardrails, and sales-trigger settings), plus salesAgentEnabled — whether the agent is live at runtime. Returns an empty config with salesAgentEnabled:false when no agent has been configured yet. Never returns access-key material or internal fields. Required scope: chatbots:read.
Request
Responses
- 200
- 401
- 403
- 404
- 429
The Sales Agent configuration.
Unauthorized — missing or invalid API key
Forbidden — key lacks required scope
Not Found
Too Many Requests — rate limit exceeded