---
title: "retrieve an organization"
method: GET
path: "/organisations/{orgId}"
tags: ["organisation"]
---

# retrieve an organization

`GET /organisations/{orgId}`

retrieve an organization

## Path parameters

- `orgId` string, uuid, required

## Response `200`

organization retrieved successfully

- OrganizationGSuccessResponse
  - `status` string
  - `status_code` integer
  - `message` string
  - `data` OrganizationResData — Object describing the organisation data
    - `organisation_id` string, uuid
    - `name` string
    - `description` string
    - `email` string
    - `state` string
    - `industry` string
    - `type` string
    - `address` string
    - `created_at` string, date-time
    - `updated_at` string, date-time

## Other responses

- `400` — Bad request
- `401` — Unauthorized
- `404` — Not found
- `500` — Server error

---

[API](https://skmtc.net/hngprojects/apis/kimiko-golang-swagger.md) · [All operations](https://skmtc.net/hngprojects/apis/kimiko-golang-swagger/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/hngprojects/kimiko-golang-swagger/revisions/2d1d3ed96bb9/schema)
