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

# GET /v1/orders

`GET /v1/orders`

## Query parameters

- `limit` string, int64
- `offset` string, int64

## Response `200`

A successful response.

- V1ListOrderResponse
  - `totalCount` string, int64
  - `Orders` V1OrderReply[]
    - `createdAt` string, date-time
    - `updatedAt` string, date-time
    - `orderID` string
    - `customer` string
    - `product` string
    - `quantity` string, int64

## Other responses

- `default` — An unexpected error response.

---

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