---
title: "Get Entity"
method: GET
path: "/api/v1/admin/openbb/entities/{entity_uuid}"
tags: ["Admin APIs", "openbb-entities"]
---

# Get Entity

`GET /api/v1/admin/openbb/entities/{entity_uuid}`

Get a specific OpenBB entity by UUID.

## Path parameters

- `entity_uuid` string, required

## Response `200`

Successful Response

- OpenBBEntityRead — Schema for reading an OpenBB entity.
  - `uuid` string, required
  - `name` string, required
  - `email` string, nullable
  - `company_type` string, nullable
  - `organization_size` string, nullable
  - `aum` integer, nullable
  - `country` string, nullable
  - `seats` integer, nullable
  - `expiration_date` string, nullable
  - `entity_type` OpenBBEntityTypeRead — Schema for entity type information.
    - `uuid` string, nullable
    - `code` string, nullable
    - `entity_type` string, nullable

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/carbonarc/apis/carbon-arc-client-admin-api.md) · [All operations](https://skmtc.net/carbonarc/apis/carbon-arc-client-admin-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/carbonarc/carbon-arc-client-admin-api/revisions/a8ca30023371/schema)
