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

# Get Organization

`GET /v0/organizations`

Get the current organization.

## 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.
  - `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.dev/agentmail-to/apis/api.md) · [All operations](https://skmtc.dev/agentmail-to/apis/api/llms.txt) · [OpenAPI document](https://skmtc.dev/agentmail-to/apis/api/revisions/2481bfc63c4c?raw)
