---
title: "Get the catalog items for a catalog"
method: GET
path: "/api/catalogs/{catalogName}/items"
tags: ["catalogs"]
---

# Get the catalog items for a catalog

`GET /api/catalogs/{catalogName}/items`

Get the catalog items for a catalog. <br/><br/><b>Rate limit</b>: 100 requests/second, per API key.

## Path parameters

- `catalogName` string, required

## Query parameters

- `page` integer
- `pageSize` integer
- `orderBy` string
- `sortAscending` boolean

## Response `200`

Items in the catalog that satisfy the request restraints

## Other responses

- `400` — Invalid parameters
- `401` — Invalid API key
- `404` — Catalog not found
- `500` — Internal server error

---

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