---
title: "Retrieve an organization"
method: GET
path: "/v1beta/organizations/{organization_id}"
tags: ["Organizations"]
---

# Retrieve an organization

`GET /v1beta/organizations/{organization_id}`

Retrieve an organization by ID.

## Path parameters

- `organization_id` string, required — Organization ID. Pattern: org_[0-9a-hjkmnp-tv-z]{26}

## Response `200`

Success

- GetOrganizationResponse — GetOrganizationResponse contains the requested organization.
  - `organization` Organization, required — Organization represents a Factify organization.
    - `created_at` string, date-time, required — Timestamp when the organization was created.
    - `id` string, required — Unique ID for the organization. Pattern: org_[0-9a-hjkmnp-tv-z]{26}
    - `logo_image_url` string, nullable — Optional — organizations may not have a logo.
    - `name` string, required — Human-readable organization name.

## Other responses

- `400` — Invalid request parameters
- `401` — Authentication failed - missing or invalid API key
- `403` — Authorization failed - valid key but insufficient permissions
- `404` — Resource not found
- `429` — Too many requests
- `500` — Internal server error

---

[API](https://skmtc.net/factify-inc/apis/factify-api.md) · [All operations](https://skmtc.net/factify-inc/apis/factify-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/factify-inc/factify-api/revisions/8baabdfb82bf/schema)
