---
title: "Get source-labeled prices for one entity by exact Loa slug or entity_pages.id"
method: GET
path: "/entities/{slug}/prices"
---

# Get source-labeled prices for one entity by exact Loa slug or entity_pages.id

`GET /entities/{slug}/prices`

## Path parameters

- `slug` string, required

## Query parameters

- `type` 'hospital' | 'provider'
- `cpt_code` string
- `limit` integer

## Response `200`

Resolved prices with provenance and explicit unavailable rows.

- EntityPricesResponse
  - `request_id` string, required
  - `entity` ResolvedEntity, required
    - `id` string, uuid, required
    - `entityType` 'hospital' | 'provider', required
    - `slug` string, required
    - `canonicalName` string, required
    - `city` string, nullable
    - `state` string, nullable
  - `prices` ResolvedPrice[], required
    - `entityPageId` string, uuid, required
    - `cptCode` string, required
    - `codeType` string, required
    - `procedureDescription` string
    - `serviceCategory` string
    - `priceCents` integer, nullable, required
    - `priceKind` string, required
    - `label` string, required
    - `payerName` string
    - `planName` string
    - `setting` string
    - `billingClass` string
    - `component` string
    - `sourceRowId` string
    - `basePriceIndexId` string
    - `overlayRelationship` string
    - `provenance` Provenance, required
      - `authority` string, required
      - `source_type` string
      - `sourceType` string
      - `source_label` string
      - `sourceLabel` string
      - `sourceUpdatedAt` string
      - `loaReviewedAt` string
      - `confidence` 'high' | 'medium' | 'low', required
      - `caveats` string[], required
    - `comparableMrfPrice` ComparableResolvedPrice
      - `entityPageId` string, uuid, required
      - `cptCode` string, required
      - `codeType` string, required
      - `procedureDescription` string
      - `serviceCategory` string
      - `priceCents` integer, nullable, required
      - `priceKind` string, required
      - `label` string, required
      - `payerName` string
      - `planName` string
      - `setting` string
      - `billingClass` string
      - `component` string
      - `sourceRowId` string
      - `basePriceIndexId` string
      - `overlayRelationship` string
      - `provenance` Provenance, required
        - `authority` string, required
        - `source_type` string
        - `sourceType` string
        - `source_label` string
        - `sourceLabel` string
        - `sourceUpdatedAt` string
        - `loaReviewedAt` string
        - `confidence` 'high' | 'medium' | 'low', required
        - `caveats` string[], required
  - `pagination` Pagination, required
    - `limit` integer, required
    - `returned` integer, required
  - `provenance` Provenance, required
    - `authority` string, required
    - `source_type` string
    - `sourceType` string
    - `source_label` string
    - `sourceLabel` string
    - `sourceUpdatedAt` string
    - `loaReviewedAt` string
    - `confidence` 'high' | 'medium' | 'low', required
    - `caveats` string[], required

## Other responses

- `400` — InvalidEntityType or InvalidEntityPricesRequest.
- `401` — ApiClientUnauthorized.
- `403` — ApiClientDisabled or ApiClientScopeDenied.
- `404` — EntityNotFound.
- `429` — ApiRateLimited.

---

[API](https://skmtc.net/loacare/apis/loa-healthcare-pricing-api.md) · [All operations](https://skmtc.net/loacare/apis/loa-healthcare-pricing-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/loacare/loa-healthcare-pricing-api/revisions/daa3a7e12b1e/schema)
