List chatbots
GET/api/v1/chatbots
Returns the chatbots you own, created on behalf of a team owner, were granted admin access to, or that are shared with a team you own or administer. Required scope: chatbots:read. Chatbots shared with a team where you are a plain member, and chatbots where you have only viewer/editor (non-admin) access, are not listed here — access those directly by id via GET / PATCH /api/v1/chatbots/{chatbotId}.
Responses
- 200
- 401
- 403
- 429
List of chatbots owned by or created by the authenticated user.
Unauthorized — missing or invalid API key
Forbidden — key lacks required scope
Too Many Requests — rate limit exceeded