HTTP 500
internal_errorInternal API error
The API could not complete the request because of an internal error.
Resolution
Retry with backoff and provide the request ID if the problem persists.
Response handling
Keep the response's request_id for diagnostics. Retry only transient 429 and 503 responses, using the rate-limit headers and exponential backoff with jitter. Correct 400, 401, and 403 requests before retrying.