error.code, a readable message, request_id, and field-level details when applicable. No stack traces or provider payloads are part of an error. The default rate budget is 60 requests per minute per company, shared across keys and server instances. A throttled request returns 429 with Retry-After; retain already fetched pages and retry the same cursor after that interval.
Retry without duplicating records
For 429, wait at leastRetry-After seconds. For a transient 500 or network failure, use bounded exponential backoff and retry the same request. Keep already fetched pages and upsert records by their documented identities. If retries are exhausted, record the unfinished query and cursor so you can resume it.
A financial result outside the supported integer range also returns 500. Repeating that unchanged query cannot recover it: narrow the scope where possible or contact support with the request ID. See Job profitability.