# Manage Logs Query usage

Logs pricing is being rolled out. Quotas and rates on this page are confirmed but billing enforcement is not yet live. This page will be updated when the rollout is complete.

## What you are charged for

You are charged for the volume of log data scanned when you read logs via the Studio UI, the Management API, the CLI, or any other interface, measured in GB.

## How charges are calculated

Logs Query is charged per GB of log data scanned during the billing cycle.

### Usage on your invoice

Usage is shown as "Logs Query" on your invoice.

## Pricing

per GB. You are only charged for usage exceeding your subscription plan's
quota.

| Plan       | Quota    | Over-Usage per GB       |
| ---------- | -------- | ----------------------- |
| Free       | 1,000 GB | -                       |
| Pro        | 1,000 GB |  |
| Team       | 1,000 GB |  |
| Enterprise | Custom   | Custom                  |

## Billing examples

### Within quota

The organization's Logs Query usage is within the quota, so no charges for Logs Query apply.

| Line Item           | Units     | Costs                    |
| ------------------- | --------- | ------------------------ |
| Pro Plan            | 1         |      |
| Compute Hours Micro | 744 hours |      |
| Logs Query          | 300 GB    |       |
| **Subtotal**        |           | **** |
| Compute Credits     |           | -    |
| **Total**           |           | **** |

### Exceeding quota

The organization's Logs Query usage exceeds the quota by 4,000 GB, incurring charges for this additional usage.

| Line Item           | Units     | Costs                    |
| ------------------- | --------- | ------------------------ |
| Pro Plan            | 1         |      |
| Compute Hours Micro | 744 hours |      |
| Logs Query          | 5,000 GB  |       |
| **Subtotal**        |           | **** |
| Compute Credits     |           | -    |
| **Total**           |           | **** |

## View usage

You can view Logs Query usage on the [organization's usage page](/dashboard/org/_/usage) of the Dashboard. The page shows the usage of all projects by default. To view the usage for a specific project, select it from the dropdown. You can also select a different time period.

## Optimize usage

- **Narrow your query time ranges.** Querying a 7-day window scans 7× more data than a 1-day window.
- **Use filters early.** Adding service or endpoint filters reduces the volume scanned.
- **Be cautious with programmatic log access.** Polling the logs API frequently from scripts, agents, or third-party integrations can inflate query GB rapidly. If you need to stream logs continuously, [Log Drains](/docs/guides/platform/manage-your-usage/log-drains) are a more cost-effective option than repeated queries.

## Exceeding Quotas

If you are on a paid plan and have [Spend Cap](/docs/guides/platform/cost-control#spend-cap) disabled or your organization is on Team Plan or above, you will pay for any overages.

When you are exceeding your quotas while being on a Free Plan or having [Spend Cap](/docs/guides/platform/cost-control#spend-cap) enabled, you will get a notification to your billing email address and put under a grace period. For more details, refer to our [Fair Use Policy](/docs/guides/platform/billing-faq#fair-use-policy).