---
title: "Get an organization"
method: GET
path: "/organizations/{org_id}"
tags: ["Organizations"]
---

# Get an organization

`GET /organizations/{org_id}`

Returns a single organization the caller is a member of.

## Path parameters

- `org_id` string, required — organization identifier

## Response `200`

OK

- OrganizationOrganizationResponse
  - `balance_microdollars` integer, required
  - `created_at` string, date-time
  - `external_org_id` string, required
  - `id` string, required
  - `logo_url` string
  - `name` string, required
  - `onboarding_completed_at` string, date-time
  - `slug` string, required

## Other responses

- `default` — Error

---

[API](https://skmtc.dev/axilioai/apis/axilio-api-2.md) · [All operations](https://skmtc.dev/axilioai/apis/axilio-api-2/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/axilioai/axilio-api-2/revisions/d7ecf9466d6d/schema)
