> ## Documentation Index
> Fetch the complete documentation index at: https://docs.landing.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# Monitor Credit Usage

> See how many credits your organization has consumed, filter usage by type or API key, and trace individual jobs.

export const dpt3pro = 'DPT-3 Pro';

export const dpt2 = 'DPT-2';

Use the [Usage page](https://ade.landing.ai/settings/usage) to see how many credits your organization has consumed and why. To get an email when consumption crosses a threshold, set a [credit usage alert](./credit-alerts).

The Usage page has two parts:

* **Credit usage chart:** A bar chart of credit usage over time. Toggle between **Daily** and **Monthly** views. Filter by function type (Parse, Extract, etc.) and API key. Group by type, API key, or model.
* **Detailed logs:** A searchable table of every job, showing how many credits each one used. Search by job ID and download the logs as a CSV.

## Detailed Log Columns

Each row in the detailed logs includes these columns:

| Column         | Description                                                                                                                                                         |
| :------------- | :------------------------------------------------------------------------------------------------------------------------------------------------------------------ |
| Timestamp      | When the job ran.                                                                                                                                                   |
| Job ID         | The unique identifier for the job. Use it to trace a specific request.                                                                                              |
| API Key        | The API key used, or **Playground** for requests made in the Playground.                                                                                            |
| Endpoint       | The API endpoint called (for example, `v2/parse` or `v1/ade/parse/jobs`).                                                                                           |
| Model          | The model used, such as {dpt2} or {dpt3pro}.                                                                                                                        |
| Mode           | **Async** for the [Parse Jobs](./ade-parse-async) and [Extract Jobs](./ade-extract-async) APIs, which process requests asynchronously. **Sync** for all other APIs. |
| Processed Unit | The units the charge is based on. Depending on the API, this is a number of pages, characters, or both.                                                             |
| Credit Used    | The credits the job consumed. Failed jobs show a **Failed** tag instead.                                                                                            |
