---
title: "GET /organizations/:id/details"
method: GET
path: "/organizations/:id/details"
---

# GET /organizations/:id/details

`GET /organizations/:id/details`

## Response `200`

The current organization and all details

- object
  - `members` object
  - `members_pending` string[]
  - `organization` object
    - `created` string
    - `id` string
    - `subscription` string
    - `owner` AccountId — unresolved $ref
    - `name` string — The user-facing name for the organization.
    - `personal` boolean
  - `workspaces` object

## Other responses

- `404` — The organization or the account does not exist
- `410` — The invitation is expired

---

[API](https://skmtc.dev/routine/apis/routine-co.md) · [All operations](https://skmtc.dev/routine/apis/routine-co/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/routine/routine-co/revisions/efced8f8ad00/schema)
