---
title: "Get catalog subscriptions"
method: GET
path: "/v2/catalog/subscriptions"
tags: ["Catalog"]
---

# Get catalog subscriptions

`GET /v2/catalog/subscriptions`

Returns published catalog assets for the IDO source, gated by the CATALOG_FEED feature flag.

## Response `200`

Successful Response

- ListAssetsResponse
  - `assets` AssetResponse[], required
    - `id` string, uuid, required
    - `source_id` string, uuid, required
    - `provider_id` string, uuid, nullable
    - `title` string, required
    - `status` string, required
    - `tier` integer, nullable
    - `is_new` boolean, required
    - `is_premium` boolean
    - `publish_date` string, date-time, nullable
    - `last_validated_date` string, date-time, nullable
    - `metadata` AssetMetadataResponse
      - `overview` string, nullable
      - `description` string, nullable
      - `data_category` string, nullable
      - `data_type` string, nullable
      - `frequency` string, nullable
      - `geography` string[], nullable
      - `coverage` string[], nullable
      - `panel_size` string, nullable
      - `history` string, nullable
      - `lag` string, nullable
      - `bias` string, nullable
      - `granularity` string, nullable
      - `key_metrics` string[], nullable
      - `example_use_cases` string[], nullable
      - `other_highlights` string[], nullable
      - `tags` string[], nullable
      - `linkedin_url` string, nullable
      - `x_url` string, nullable
    - `provider_name` string, nullable
    - `gated` boolean
    - `cta` string, nullable
  - `total` integer, required

## Other responses

- `404` — Not Found

---

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