OPERATIONS

API Status Codes and Error Handling

Use these standard responses to build reliable retry and alert logic.

StatusMeaningAction
200Request successfulParse output and continue.
401Invalid or missing API keyRotate key and verify auth header format.
429Rate limit reachedApply exponential backoff and token bucket control.
500Upstream execution failureRetry with jitter and trigger incident logging.
503Temporary lane congestionFail over to alternate route group.