> ## 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 Orders

> List orders with pagination and filters

## Query Parameters

* **per\_page**, **page**: Pagination
* **status**: `pending`, `confirmed`, `cancelled`
* **customer\_id**: Filter by customer UUID
* **search**: Search by order number

## Response

Returns `data` (array of order objects), `meta`, `links`. Order fields include `id`, `customer_id`, `order_number`, `status`, `order_items`, `pickup_address_id`, `dropoff_address_id`, `created_at`, etc.
