---
title: "Get a single entity by ID"
method: GET
path: "/api/v1-beta/customers/{id}/entities/{entityId}"
tags: ["Governance Entities"]
---

# Get a single entity by ID

`GET /api/v1-beta/customers/{id}/entities/{entityId}`

Retrieves a single entity for the given customer by its identifier.

## Path parameters

- `id` string, required
- `entityId` string, required

## Headers

- `X-ACCOUNT-ID` string
- `X-ENVIRONMENT-ID` string

## Response `200`

The requested entity object.

- EntityResponseDto — Response object
  - `data` object, required — A stored entity instance tracked by the governance service for a given customer
    - `id` string, required — The unique identifier for the entity
    - `displayName` string, nullable, required — Human-readable name for the entity, or null when none is set — in which case clients display the entity ID
    - `entityTypeId` string, required — The entity type identifier this entity instantiates
    - `metadata` object, required — Free-form key/value metadata attached to the entity
    - `createdAt` string, date-time, required — Timestamp of when the record was created
    - `updatedAt` string, date-time, required — Timestamp of when the record was last updated
    - `archivedAt` string, date-time, nullable, required — Timestamp of when the record was deleted

## Other responses

- `400` — bad request.
- `401` — User is not authenticated.
- `403` — User is not allowed to access this resource.
- `404` — Entity not found.
- `429` — Too many requests.

## Changes

- **2026-08-05** `ffc977f1c07e` — 1 info
  - added the required property `data/displayName` to the response with the `200` status
- **2026-07-28** `913f273cc2f7` — 1 warning
  - added the new `ContractNotFound` enum value to the `code` response property for the response status `404`
- **2026-07-23** `b876edd1a4fc` — 5 warning
  - added the new `CreditOveragePriceCurrencyNotFound` enum value to the `code` response property for the response status `400`
  - added the new `InvalidCreditOverageBillingModel` enum value to the `code` response property for the response status `400`
  - added the new `InvoicePreviewNotAvailableForDraftContract` enum value to the `code` response property for the response status `400`
  - added the new `OveragePriceNotSupportedOnAddon` enum value to the `code` response property for the response status `400`
  - …1 more
- **2026-07-08** `58bb216ff8ce` — 1 warning
  - added the new `GovernanceNotEnabled` enum value to the `code` response property for the response status `403`
- **2026-07-08** `808e91157927` — 2 info
  - api tag `Governance Entities` added
  - api tag `Beta - Entities` removed

[Full history](https://skmtc.dev/stiggio/apis/stigg-api/changes/api/v1-beta/customers/:id/entities/:entityId/get.md)

---

[API](https://skmtc.dev/stiggio/apis/stigg-api.md) · [All operations](https://skmtc.dev/stiggio/apis/stigg-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/stiggio/stigg-api/revisions/3e2c8cfcd035/schema)
