Joint session with Vercel: How to build intelligent storefronts (May 15th)

Which quotas are affected by sanity dataset export/import CLI commands?

2 repliesLast updated: Nov 29, 2025

Hello! I was wondering which quotas (API, API CDN, Bandwidth) are affected when importing/exporting datasets from the CLI? (
sanity dataset export
and
sanity dataset import
)
AI Update

When using sanity dataset export and sanity dataset import from the CLI, these operations affect your API quota, not your API CDN or Bandwidth quotas.

Here's what you need to know:

Which Quota is Affected

API requests are the primary quota impacted by dataset export and import operations. These CLI commands make direct requests to Sanity's data backend, which count toward your API request limits:

What's NOT Affected

Why This Matters

The sanity dataset export command has a maximum execution time of 5 minutes, and for large datasets, you may need to consider:

The CLI operations are authenticated direct API calls, which is why they count against API requests rather than the CDN or general bandwidth quotas that apply to public content delivery.

Show original thread
2 replies

Was this answer helpful?

Sanity – Build the way you think, not the way your CMS thinks

Sanity is the developer-first content operating system that gives you complete control. Schema-as-code, GROQ queries, and real-time APIs mean no more workarounds or waiting for deployments. Free to start, scale as you grow.

Related contributions