Error Handling¶
Use these status codes and retry patterns to troubleshoot failed requests quickly.
Common status codes¶
400: invalid request parameters or body401: authentication failed (missing/invalid API key)403: request blocked by account/tier policy404: requested resource/job/model not found502: upstream or evaluation sample failure503: temporary backend unavailability
Retry guidance¶
- retry
503with backoff - do not retry malformed
400requests without fixing input - for polling endpoints, use a fixed 3-10 second interval