---
title: "GET /catalog/item/{CatalogItemId}"
method: GET
path: "/catalog/item/{CatalogItemId}"
---

# GET /catalog/item/{CatalogItemId}

`GET /catalog/item/{CatalogItemId}`

Gets information about the specified catalog item.

## Path parameters

- `CatalogItemId` string, required

## Response `200`

Success

- GetCatalogItemOutput
  - `CatalogItem` object — Information about this catalog item.
    - `CatalogItemId` string — The ID of the catalog item.
    - `ItemStatus` 'AVAILABLE' | 'DISCONTINUED' — The status of a catalog item.
    - `EC2Capacities` EC2Capacity[] — Information about the EC2 capacity of an item.
      - `Family` string — The family of the EC2 capacity.
      - `MaxSize` string — The maximum size of the EC2 capacity.
      - `Quantity` string — The quantity of the EC2 capacity.
    - `PowerKva` number, float — Information about the power draw of an item.
    - `WeightLbs` integer — The weight of the item in pounds.
    - `SupportedUplinkGbps` SupportedUplinkGbps[] — The uplink speed this catalog item requires for the connection to the Region.
    - `SupportedStorage` SupportedStorageEnum[] — The supported storage options for the catalog item.

## Other responses

- `480` — ValidationException
- `481` — NotFoundException
- `482` — InternalServerException

---

[API](https://skmtc.net/aws/apis/outposts.md) · [All operations](https://skmtc.net/aws/apis/outposts/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/aws/outposts/versions/0530143dffc3/schema)
