---
title: "GET /v1/orders"
method: GET
path: "/v1/orders"
tags: ["FakeServer"]
---

# GET /v1/orders

`GET /v1/orders`

## Query parameters

- `limit` string
- `offset` string

## Response `200`

OK

- FakeserverV1ListOrderResponse
  - `totalCount` string
  - `Orders` FakeserverV1OrderReply[]
    - `orderID` string
    - `customer` string
    - `product` string
    - `quantity` string
    - `createdAt` string, date-time
    - `updatedAt` string, date-time

## Changes

- **2024-04-03** `ae599f31f558` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/onexstack/apis/miniblog-api/changes/v1/orders/get.md)

---

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