---
title: "Get an Org"
method: GET
path: "/orgs/{name}"
tags: ["Orgs"]
---

# Get an Org

`GET /orgs/{name}`

Retrieve a org by name

## Path parameters

- `name` string, required

## Response `200`

Retrieved

- Organization
  - `account_name` string — The unique name of the org in small case without spaces
  - `name` string — The display name for this org
  - `picture_url` string — URL to the picture associated with this org
  - `contact_email` string — The contact email for the Organization
  - `description` string — A description of the org
  - `id` string, required — The org ID
  - `owner` AccountPublic, required
    - `id` string, required
    - `account_type` string, required
    - `name` string, required
    - `display_name` string
    - `description` string
    - `picture_url` string — https://robohash.org/ladybugbot
  - `role` 'owner' | 'member' — An enumeration.
  - `member_count` integer — The number of members that are part of this org
  - `team_count` integer — The number of teams that are part of this org

## Other responses

- `400` — Invalid request
- `403` — Access forbidden
- `404` — Not found
- `422` — Validation Error
- `500` — Server error

---

[API](https://skmtc.net/pollination/apis/pollination-server.md) · [All operations](https://skmtc.net/pollination/apis/pollination-server/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/pollination/pollination-server/revisions/c1f3c6d96b31/schema)
