Fetch Limits

Per-script max fetches and Free-plan daily and monthly fetch quotas.

Per script

First-fetch sets max_fetches to 1. When fetch_count reaches that cap, the raw endpoint returns 410 and expired. There is no other per-script numeric cap in the UI today.

Plan quotas

Free accounts may serve 100 successful script fetches per day and 3,000 per month. The counter increments on a successful raw GET, including fetches that later run (or fail) on the client.

When the Free cap is hit, the raw endpoint still returns HTTP 200. The body is a stub that prints that the daily fetch limit was reached, with header X-Runny-Status: quota. The original script is not included. Pro and Teams have no fetch quota.

Team scripts count against the team billing owner’s Free quota if that owner is still on Free — paid team owners are unlimited.

Restore revision