---
title: "List Prices"
method: GET
path: "/v1/prices"
---

# List Prices

`GET /v1/prices`

This API endpoint lists the prices for products in a workspace.

## Query parameters

- `productId` string
- `nextToken` string
- `limit` string

## Response `200`

200

- object
  - `data` object[]
    - `amount` integer
    - `createdAt` string
    - `currency` string
    - `id` string
    - `interval` unknown
    - `object` string
    - `productId` string
    - `type` string
    - `updatedAt` string

## Other responses

- `400` — 400

---

[API](https://skmtc.net/assembly/apis/core-resources.md) · [All operations](https://skmtc.net/assembly/apis/core-resources/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/assembly/core-resources/versions/28a9e7d13a8c/schema)
