List Chatbots
Returns every chatbot owned by the API key’s user (excluding soft-deleted ones).Request
Response
A bare JSON array (no wrapping envelope):Response Fields
Get Chatbot Details
Returns the configuration for a single chatbot.Request
Response
Response Fields
Chatbot IDs are bare UUIDs — there is no
bot_ prefix. You can also find a chatbot’s UUID in the dashboard URL (/dashboard/chatbots/{uuid}/...).Error Responses
Error bodies use Django Ninja’s default{"detail": "..."} shape.
