---
title: "Get Organization"
method: GET
path: "/organizations/{id}"
tags: ["Organization"]
---

# Get Organization

`GET /organizations/{id}`

## Path parameters

- `id` string, required

## Response `200`

Successful Response

- OrganizationResponse
  - `name` string
  - `db_connection_id` string
  - `confidence_threshold` number
  - `slack_installation` SlackInstallation
    - `team` SlackTeam
      - `id` string
      - `name` string
    - `enterprise` string
    - `user` SlackUser
      - `token` string
      - `scopes` string
      - `id` string
    - `token_type` string
    - `is_enterprise_install` boolean
    - `app_id` string
    - `auth_version` string
    - `bot` SlackBot
      - `scopes` string[]
      - `token` string
      - `user_id` string
      - `id` string
  - `llm_api_key` string
  - `id` string
  - `created_at` string, date-time

## Other responses

- `404` — Not found
- `422` — Validation Error

---

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