---
title: "List Pricing Catalog"
method: GET
path: "/api/v1/admin/block/pricing/catalog"
tags: ["Admin APIs", "block-pricing"]
---

# List Pricing Catalog

`GET /api/v1/admin/block/pricing/catalog`

## Response `200`

Successful Response

- BlockPricingCatalogResponse
  - `items` BlockPricingCatalogEntry[], required
    - `dataset_id` string, required
    - `label` string, nullable
    - `internal_name` string, nullable
    - `core_source` string, nullable
    - `provider_name` string, nullable
    - `bulk_row_status` 'AVAILABLE' | 'IN_PROCESS' | 'COMING_SOON'
    - `primary_access_type` 'Forward Feed' | 'Historic'
    - `revenue_share_pct` string, nullable
    - `deployment_fee` boolean
    - `monthly_fee` string, nullable
    - `terms_of_use_html` string, nullable
    - `terms_of_use_version_id` string, uuid, nullable
    - `status` 'hidden' | 'coming_soon' | 'ready'
    - `trial_duration_months` integer, nullable
    - `notes` string, nullable
    - `notes_updated_at` string, date-time, nullable
    - `notes_updated_by` string, nullable
    - `provisioning_errors` BlockPricingErrorFacets — Unresolved access-failure counts for one dataset, split the two ways the Manage Datasets toolbar filters on. ``s3`` + ``polaris`` sum to ``total``; ``sample`` + ``bulk`` may sum to less than it, because a row written before the fan-out target carried a ``catalog`` field belongs to neither. Counting those under a guessed catalog would put a dataset in a filtered list on a fact nobody recorded.
      - `total` integer
      - `s3` integer
      - `polaris` integer
      - `sample` integer
      - `bulk` integer
    - `block_client_names` string[]
    - `provisioning_error_clients` string[]
    - `cuts` BlockPricingCatalogCut[]
      - `cut` string, nullable, required
      - `lags` string[]
      - `sample_enabled` boolean
      - `sample_exists` boolean
      - `pricing` object
      - `scheduled` object
      - `stripe` object
  - `total` integer, required

---

[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)
