---
title: "GET /listing-requests/{id}"
method: GET
path: "/listing-requests/{id}"
tags: ["Listings"]
---

# GET /listing-requests/{id}

`GET /listing-requests/{id}`

## Path parameters

- `id` string, required

## Response `200`

- DpListingRequest
  - `id` string
  - `type` 'new' | 'remove', required
  - `state` 'draft' | 'reviewing' | 'deploying' | 'canceled' | 'completed'
  - `product` DpProduct — Product References representation.
    - `id` string, required
    - `icon` string, binary
    - `name` string
    - `status` string
    - `category` DpCategoryReference
      - `id` string
      - `name` string, required
    - `description` string
  - `listing` DpListing
    - `id` string
    - `status` string
    - `contract` DpContractNameAndMarketplaceReference
      - `id` string
      - `type` string
      - `name` string
    - `product` DpProduct — Product References representation.
      - `id` string, required
      - `icon` string, binary
      - `name` string
      - `status` string
      - `category` DpCategoryReference
        - `id` string
        - `name` string, required
      - `description` string
    - `created` string, date-time
    - `updated` string, date-time
    - `vendor` DpAccountReference
      - `id` string, required
      - `name` string
      - `icon` string, nullable
    - `provider` DpAccountReference
      - `id` string, required
      - `name` string
      - `icon` string, nullable
    - `pending_request` DpListingRequestReference
      - `id` string
      - `type` 'new' | 'remove', required
      - `status` string, required
    - `offer` DpOffer, required
      - `id` string, nullable, required
      - `name` string
      - `plans` DpId[]
        - `id` string, required
      - `type` 'generic' | 'commerce', nullable
    - `pricelist` DpPriceList, required
      - `id` string, nullable, required
      - `name` string, required
      - `status` 'draft' | 'scheduled' | 'active' | 'terminated', required
    - `alt_pricelist_1` DpPriceList, required
      - `id` string, nullable, required
      - `name` string, required
      - `status` 'draft' | 'scheduled' | 'active' | 'terminated', required
    - `alt_pricelist_2` DpPriceList, required
      - `id` string, nullable, required
      - `name` string, required
      - `status` 'draft' | 'scheduled' | 'active' | 'terminated', required
  - `offer` DpOffer
    - `id` string, nullable, required
    - `name` string
    - `plans` DpId[]
      - `id` string, required
    - `type` 'generic' | 'commerce', nullable
  - `pricelist` DpPriceList
    - `id` string, nullable, required
    - `name` string, required
    - `status` 'draft' | 'scheduled' | 'active' | 'terminated', required
  - `alt_pricelist_1` DpPriceList
    - `id` string, nullable, required
    - `name` string, required
    - `status` 'draft' | 'scheduled' | 'active' | 'terminated', required
  - `alt_pricelist_2` DpPriceList
    - `id` string, nullable, required
    - `name` string, required
    - `status` 'draft' | 'scheduled' | 'active' | 'terminated', required
  - `creator` DpActorReference
    - `id` string
    - `name` string
    - `icon` string
  - `assignee` DpUserReference
    - `id` string
    - `name` string, nullable
    - `icon` string, nullable
  - `created` string, date-time
  - `updated` string, date-time
  - `product_id` string
  - `contract_id` string
  - `listing_id` string
  - `offer_id` string, nullable
  - `pricelist_id` string, nullable
  - `alt_pricelist_1_id` string, nullable
  - `alt_pricelist_2_id` string, nullable
  - `note` string
  - `events` object
    - `created` object
      - `at` string, datetime
      - `by` object
        - `id` string
        - `name` string
        - `icon` string
    - `updated` object
      - `at` string, datetime
      - `by` object
        - `id` string
        - `name` string
        - `icon` string

---

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