List email groups
GET/api/v1/email-groups
Lists the owner's email groups (reusable email allow-lists shared across their chatbots). Pass includeUsage=true to include how many documents use each group. Email groups are OWNER-scoped, not per-chatbot: a key restricted to specific chatbots still has full access to all of the owner's email groups. Required scope: security:read.
Request
Responses
- 200
- 401
- 403
- 429
The owner's email groups.
Unauthorized — missing or invalid API key
Forbidden — key lacks required scope
Too Many Requests — rate limit exceeded