---
title: "List Project Purchases"
method: GET
path: "/v1/projects/{project_id}/purchases"
tags: ["purchases"]
---

# List Project Purchases

`GET /v1/projects/{project_id}/purchases`

Returns the original purchased amount on an order transaction

## Path parameters

- `project_id` string, required

## Query parameters

- `limit` number, double

## Headers

- `Authorization` string, required

## Response `200`

A list of purchases for a specific project

- ListProjectPurchasesV1Response
  - `orders` ListProjectPurchasesV1ResponseOrdersItems[]
    - `order_id` string, uuid
    - `expiration` string, date-time
    - `created` string, date-time
    - `amount` string
    - `units` string
    - `order_type` string

## Other responses

- `400` — Invalid Request

## Changes

- **2026-08-22** `452cc1ca14c3` — 2 warning
  - for the `query` request parameter `limit`, the max was set to `1000.00`
  - for the `query` request parameter `limit`, the min was set to `1.00`
- **2026-08-15** `76f89c68dacf` — 1 breaking, 2 info
  - the `orders/items/amount` response's property type/format changed from `number`/`double` to `string`/`` for status `200`
  - api tag `purchases` added
  - api tag `manage > v1 > projects > billing > purchases` removed
- **2026-08-12** `c761ed1f371e` — 1 breaking, 2 info
  - the `orders/items/amount` response's property type/format changed from `string`/`` to `number`/`double` for status `200`
  - api tag `manage > v1 > projects > billing > purchases` added
  - api tag `purchases` removed
- **2026-08-06** `bd7ba5c18a6b` — 1 breaking, 2 info
  - the `orders/items/amount` response's property type/format changed from `number`/`double` to `string`/`` for status `200`
  - api tag `purchases` added
  - api tag `manage > v1 > projects > billing > purchases` removed

[Change history](https://skmtc.dev/deepgram/apis/rest-api/changes/v1/projects/:project_id/purchases/get.md)

---

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