---
title: "GET /api/price-tables"
method: GET
path: "/api/price-tables"
tags: ["api", "price-tables"]
---

# GET /api/price-tables

`GET /api/price-tables`

Get all Price Tables

## Query parameters

- `name` string — The name of the price table to filter for
- `top` integer — A limit on the number of objects to be returned. Can range between 1 and 1000.
- `skip` integer — The number of objects to skip for the requested result

## Response `200`

OK

- GETPriceTablesGetAllPriceTables200Response
  - `docs` PriceTableResource[]
    - `_id` string, required — The ID of the price table
    - `sellerId` string, required — The ID of the seller of the price table
    - `name` string, required — The name of the price table. Is used for identification
    - `categories` object[] — An array of price categories
      - `_id` string — The ID of the price category
      - `name` string, required — The name of the price category. Is used for identification
    - `types` object[] — An array of price types
      - `_id` string — The ID of the price type
      - `name` string, required — The name of the price type. Is used for identification
      - `categoryId` string, required — The ID of the price category
      - `price` number, float, required — The default price for the type, can be overridden per price tier
    - `tiers` object[] — An array of price tiers
      - `_id` string
      - `name` string, required — The name of the price tier. Is used for identification
      - `prices` object[]
        - `priceTypeId` string, required — The ID of the price type
        - `price` number, float, nullable, required — The price for the associated price type
  - `total` integer

## Other responses

- `400` — Bad Request
- `401` — Unauthorized

---

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