---
title: "List and search products"
method: GET
path: "/api/catalog"
tags: ["Product Catalog"]
---

# List and search products

`GET /api/catalog`

## Query parameters

- `page` integer
- `page_size` integer
- `search` string
- `category` string
- `brand` string
- `status` string
- `collection_id` integer

## Response `200`

Product list with pagination

---

[API](https://skmtc.dev/pixelpanda/apis/pixelpanda-api.md) · [All operations](https://skmtc.dev/pixelpanda/apis/pixelpanda-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/pixelpanda/pixelpanda-api/revisions/ab364b97afe5/schema)
