---
title: "List agent orders (relational data)"
method: GET
path: "/agent/v1/orders"
tags: ["Agent Sandbox"]
---

# List agent orders (relational data)

`GET /agent/v1/orders`

Orders with relational references (customer, line items, products, addresses). Money is always {amount, currency, formatted}. Some line_items reference deleted products.

## Query parameters

- `cursor` string
- `limit` integer
- `status` 'pending' | 'paid' | 'shipped' | 'delivered' | 'refunded' | 'cancelled'
- `seed` integer

## Response `200`

Paginated order list

## Other responses

- `400` — Invalid status filter

---

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