---
title: "Get Project Usage"
method: GET
path: "/v1/projects/{project_id}/usage"
tags: ["usage"]
---

# Get Project Usage

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

Retrieves the usage for a specific project. Use Get Project Usage Breakdown for a more comprehensive usage summary.

## Path parameters

- `project_id` string, required

## Query parameters

- `start` string, date
- `end` string, date
- `accessor` string
- `alternatives` boolean
- `callback_method` boolean
- `callback` boolean
- `channels` boolean
- `custom_intent_mode` boolean
- `custom_intent` boolean
- `custom_topic_mode` boolean
- `custom_topic` boolean
- `deployment` 'hosted' | 'beta' | 'self-hosted' — Deployment type for the requests
- `detect_entities` boolean
- `detect_language` boolean
- `diarize` boolean
- `dictation` boolean
- `encoding` boolean
- `endpoint` 'listen' | 'read' | 'speak' | 'agent'
- `extra` boolean
- `filler_words` boolean
- `intents` boolean
- `keyterm` boolean
- `keywords` boolean
- `language` boolean
- `measurements` boolean
- `method` 'sync' | 'async' | 'streaming' — Method type for the request
- `model` string
- `multichannel` boolean
- `numerals` boolean
- `paragraphs` boolean
- `profanity_filter` boolean
- `punctuate` boolean
- `redact` boolean
- `replace` boolean
- `sample_rate` boolean
- `search` boolean
- `sentiment` boolean
- `smart_format` boolean
- `summarize` boolean
- `tag` string
- `topics` boolean
- `utt_split` boolean
- `utterances` boolean
- `version` boolean

## Headers

- `Authorization` string, required

## Response `200`

A specific request for a specific project

- UsageV1Response
  - `start` string, date
  - `end` string, date
  - `resolution` UsageV1ResponseResolution
    - `units` string
    - `amount` number, double

## 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/versions/bd7ba5c18a6b/schema)
