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

# GetRequest Pricing Plans and Features

> Compare GetRequest's Free, Dev, and Pro plans across request quotas, log retention periods, Replay, Share, and how mid-period upgrades and billing work.

GetRequest offers three plans scaled to match where you are in development. All plans give you full access to endpoint creation, request logging, and dashboard inspection. The differences come down to how much traffic you can capture, how long logs are retained, and which power features — Replay and Share — are available to you.

## Plan comparison

|                        | Free     | Dev      | Pro       |
| ---------------------- | -------- | -------- | --------- |
| **Price**              | \$0 / mo | \$9 / mo | \$99 / mo |
| **Requests per month** | 10,000   | 100,000  | 1,000,000 |
| **Log retention**      | 7 days   | 30 days  | 30 days   |
| **Replay**             | —        | —        | ✓         |
| **Share**              | —        | —        | ✓         |
| **Multiple projects**  | ✓        | ✓        | ✓         |

## Feature availability

<CardGroup cols={2}>
  <Card title="Logs" icon="list" href="/quickstart">
    Available on every plan. Every captured request and response — headers, body, status, and timing — is stored and fully inspectable in the dashboard.
  </Card>

  <Card title="Replay" icon="rotate-right" href="/guides/recover-failures">
    **Pro only.** Re-fire any captured request directly from the dashboard after an outage or failed deploy. Limited to 20 replays per minute.
  </Card>

  <Card title="Share" icon="link" href="/guides/share-evidence">
    **Pro only.** Generate a public, read-only link to any request/response pair. Recipients need no account to view it. Links expire after 30 days or when you revoke them.
  </Card>

  <Card title="Multiple Projects" icon="folder-open" href="/quickstart">
    Available on every plan. Use separate projects to isolate environments — each project gets its own URI and endpoints, while sharing your single API key.
  </Card>
</CardGroup>

## Monthly quota and overage

Each plan includes a fixed number of requests per month. When you exceed your quota, GetRequest returns `HTTP 429 Too Many Requests` to the caller. Those requests are not forwarded to your backend and are not logged — they are rejected at the API Gateway before any processing occurs.

<Note>
  Your monthly quota resets on your billing anniversary date, not on the first of each calendar month. For example, if you subscribed on the 15th, your quota resets on the 15th of every month.
</Note>

If you're approaching your limit, upgrade your plan before you hit the cap to avoid dropped requests.

## Upgrading your plan

You can upgrade at any time from **Settings → Subscription** in the dashboard. Upgrades take effect immediately — your new quota and features are available the moment the change processes.

Mid-period upgrades are **prorated**. You're only charged for the portion of the billing period remaining after the upgrade date, so you won't pay twice for the same time window.

<Tip>
  If you're close to your monthly quota mid-cycle, upgrading now restores your capacity right away rather than waiting for the next billing period.
</Tip>
