---
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

---

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