GoodData · Rate Limits

Gooddata Rate Limits

GoodData Cloud APIs are accessed against an organization host with a Bearer API token. Collection endpoints are paged via the size (default 20) and page (zero-based) query parameters. AFM execution applies error caching, blocking identical failing requests for roughly 30 seconds to 3 minutes. AI queries are governed by a Fair Usage Policy (a default of up to 30 AI queries per user per day, configurable, with optional additional query buckets). Specific numeric request-per-minute or per-second API rate-limit values are not publicly documented and are not reconciled in this artifact.

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

It captures 4 rate-limit definitions, measuring objects, requests, and ai_queries.

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

Tagged areas include Analytics, Business Intelligence, Embedded Analytics, Dashboards, and Data.

4 Limits Throttle: 429
AnalyticsBusiness IntelligenceEmbedded AnalyticsDashboardsDataRate LimitingQuotasThrottling

Limits

Collection Page Size request
objects
20 default
Controlled by the size query parameter; page is zero-based.
AFM Execution Error Caching workspace
requests
blocked 30s-3min on identical failing requests
Only applies to identical request bodies; modified requests are processed.
AI Query Fair Usage user
ai_queries
30 per day default
Configurable; additional query buckets can be purchased.
API Request Throttling account
requests
see provider documentation
Numeric API rate-limit values are not publicly documented.

Policies

IP Allowlist
Organizations can enforce IP allowlist policies; requests from unauthorized IPs return 403 Forbidden.
Backoff Strategy
Clients should implement exponential backoff with jitter and honor Retry-After on 429 responses.

Sources