---
title: "Get Organization"
method: GET
path: "/v1/organization/{organization_id}"
tags: ["Organization"]
---

# Get Organization

`GET /v1/organization/{organization_id}`

Retrieve an organization by its ID.

## Path parameters

- `organization_id` integer, required

## Query parameters

- `flwr_aid` string, required

## Response `200`

Successful Response

- OrganizationOut — Output schema for organization.
  - `id` integer, required
  - `name` string, required
  - `owner_flwr_aid` string, required

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/flower/apis/superlink-api.md) · [All operations](https://skmtc.dev/flower/apis/superlink-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/flower/superlink-api/revisions/58e8351486b3/schema)
