Skip to content

List catalog item details

get

/catalogs/{catalog_name}/items/{item_id}

Use this endpoint to return a catalog item and its content.

Prerequisites

To use this endpoint, you’ll need an API key with the catalogs.get_item permission.

Rate limit

This endpoint has a shared rate limit of 50 requests per minute between all synchronous catalog item endpoints, as documented in API rate limits.

Path parameters

Parameter Required Data Type Description
catalog_name Required String Name of the catalog.
item_id Required String The ID of the catalog item.

Request parameters

There is no request body for this endpoint.

Example request

Response

There are two status code responses for this endpoint: 200 and 404.

Example success response

The status code 200 could return the following response body.

Example error response

The status code 404 could return the following response. Refer to Troubleshooting for more information about errors you may encounter.

Troubleshooting

The following table lists possible returned errors and their associated troubleshooting steps, if applicable.

Error Troubleshooting
catalog-not-found Check that the catalog name is valid.
item-not-found Check that the item is in the catalog.
HOW HELPFUL WAS THIS PAGE?
New Stuff!