---
title: "Get Organization"
method: GET
path: "/v0/organizations"
tags: ["Organizations"]
---

# Get Organization

`GET /v0/organizations`

Returns the organization for the authenticated API key (usage limits, counts, and billing metadata).

**CLI:**
```bash
agentmail organizations get
```

## Response `200`

- Organization — Organization details with usage limits and counts.
  - `organization_id` string, required — ID of organization.
  - `inbox_count` integer, required — Current number of inboxes.
  - `domain_count` integer, required — Current number of domains.
  - `inbox_limit` integer, nullable — Maximum number of inboxes allowed.
  - `domain_limit` integer, nullable — Maximum number of domains allowed.
  - `billing_id` string, nullable — Provider-agnostic billing customer ID.
  - `billing_type` string, nullable — Billing provider type (e.g. "stripe").
  - `billing_subscription_id` string, nullable — Active billing subscription ID.
  - `authentication_id` string, nullable — Provider-agnostic authentication ID.
  - `authentication_type` string, nullable — Authentication provider type.
  - `updated_at` string, date-time, required — Time at which organization was last updated.
  - `created_at` string, date-time, required — Time at which organization was created.

---

[API](https://skmtc.net/agentmail-to/apis/api-2.md) · [All operations](https://skmtc.net/agentmail-to/apis/api-2/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/agentmail-to/api-2/revisions/869b7f1c360c/schema)
