Deepnote · Rate Limits

Deepnote Rate Limits

Deepnote's Public API v2 is in preview. Requests authenticate with a workspace API key and the API documents rate-limit error responses, but specific numeric per-key or per-workspace request limits are not published in the API reference. Practical throughput is also bounded by workspace machine availability and the seat-based plan, since runs execute on project machines. Specific values are not reconciled in this artifact.

Deepnote Rate Limits is the machine-readable rate-limit profile for Deepnote on the APIs.io network, conforming to the API Commons Rate Limits specification.

It captures 3 rate-limit definitions, measuring requests, runs, and items.

The profile also includes 2 backoff/retry policies defined and response codes documented for throttled.

Tagged areas include Data Science, Notebooks, Analytics, Collaboration, and Data Apps.

3 Limits Throttle: 429
Data ScienceNotebooksAnalyticsCollaborationData AppsRate LimitingQuotasThrottling

Limits

API Requests workspace
requests
see provider documentation
Documented rate-limit error responses exist; numeric limits not published while API is in preview.
Concurrent Runs workspace
runs
see provider documentation
Bounded by available project machines and the workspace's seat-based plan.
Pagination Page Size request
items
100
List endpoints (projects, runs) cap pageSize at 100 items per page.

Policies

Plan-Bounded Capacity
Free plan limits editors (3) and projects (5); compute concurrency follows plan and machine availability.
Backoff Strategy
Clients should implement exponential backoff with jitter on 429 responses and poll GET /runs/{runId} rather than tight-looping.

Sources