---
title: "Get the caller's organization"
method: GET
path: "/organization"
tags: ["organization"]
---

# Get the caller's organization

`GET /organization`

Returns a descriptor of the organization the API key belongs to: name, slug, id, active plan name. Organization management (rename, members, invitations) is deliberately not part of the public API: it is dashboard-only so an API key can never modify the organization that issued it.

## Response `200`

OK

- OrganizationDescriptorResponse
  - `$schema` string, uri — A URL to the JSON Schema for this object.
  - `created_at` string, date-time
  - `id` string, required
  - `name` string, required
  - `plan_name` string
  - `slug` string, required

## Other responses

- `default` — Error

---

[API](https://skmtc.dev/axilioai/apis/axilio-api.md) · [All operations](https://skmtc.dev/axilioai/apis/axilio-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/axilioai/axilio-api/revisions/8a66f81813b3/schema)
