Skip to main content
Read-only access to organizations and their email domains. Use these endpoints to look up organization details, search by name, and retrieve email domain configurations.

Authentication

All endpoints require an API key with the accounts:read scope:
See API Key Authentication for setup instructions.

List Organizations

Get a paginated list of all organizations with user and conversation counts.

Query Parameters

Response

Response Fields


Get Organization

Get a single organization by ID, including its email domains.

Path Parameters

Response

The detail view includes the same fields as the list view, plus an email_domains array. Each email domain has:

List Organization Email Domains

Get email domains for a specific organization, paginated.

Query Parameters

Response


Filter Conversations by Organization

The Conversations API supports filtering by organization. This requires both conversations:read and accounts:read scopes on your API key.
You can pass either the organization UUID or its name. Name matching is case-insensitive.

Examples

Filter by organization name:
Exclude an organization by UUID:

MCP Tools

These endpoints are also available as MCP tools for AI agent integrations: The list_conversations MCP tool also supports the organization and exclude_organization parameters.

Error Handling

All endpoints return errors in the standard format: