---
title: "GET /offers/{offer_id}/blueprints/commerce/plans"
method: GET
path: "/offers/{offer_id}/blueprints/commerce/plans"
tags: ["Offers Blueprints"]
---

# GET /offers/{offer_id}/blueprints/commerce/plans

`GET /offers/{offer_id}/blueprints/commerce/plans`

## Path parameters

- `offer_id` string, required

## Query parameters

- `limit` integer
- `offset` integer
- `countries` string
- `end_of_access` boolean
- `plan.id` string
- `status` 'draft' | 'active' | 'endofsale'

## Response `200`

- OffersBlueprintPlan[]
  - `id` string
  - `preset` OffersPresetWriteReference
    - `id` string
    - `name` string
  - `form` OffersAttributeForm — ReadOnly Serializer for Attribute Form
    - `id` string
    - `name` string, nullable
    - `type` 'preset_plan' | 'preset_switch' | 'blueprint_plan'
    - `scope` 'commerce'
    - `groups` object[], required
  - `status` 'draft' | 'active' | 'endofsale', nullable
  - `countries` OffersCountry[]
    - `id` string, required
    - `end_of_access` boolean
  - `plan` OffersPlanReference
    - `id` string
    - `commitments` string
    - `periods` string
  - `end_of_sale_notes` string, nullable
  - `events` object
    - `saleended` object
      - `at` string, datetime
      - `by` object
        - `id` string
        - `name` string
        - `icon` string

## Other responses

- `400`

---

[API](https://skmtc.net/cloudblue/apis/cloudblue-connect-api.md) · [All operations](https://skmtc.net/cloudblue/apis/cloudblue-connect-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/cloudblue/cloudblue-connect-api/versions/54fef191d46c/schema)
