> ## Documentation Index
> Fetch the complete documentation index at: https://docs.unicyfalcon.com/llms.txt
> Use this file to discover all available pages before exploring further.

# List Products

> List all products with pagination

## Query Parameters

* **per\_page** (int): Items per page (default 15, max 100)
* **page** (int): Page number
* **search** (string): Search in name or SKU
* **status** (string): `active` or `inactive`

## Response

Returns `data` (array of product objects), `meta` (pagination), `links`. Product fields include `id`, `name`, `sku`, `description`, `price`, `quantity`, `status`, `created_at`, `updated_at`.
