BlazeSheets

Errors & Status Codes

Error response shape and common codes returned by the public API.

Errors use a consistent JSON envelope:

{
  "error": {
    "code": "BAD_REQUEST",
    "message": "The request is invalid."
  }
}

Common codes

HTTPCodeWhen
400BAD_REQUESTInvalid query, body, or filter
401UNAUTHORIZEDMissing or invalid API key
403FORBIDDENMissing permission, captcha failure, domain blocked
404NOT_FOUNDUnknown API or row
409CONFLICTResource conflict
429RATE_LIMITEDPer-API rate limit exceeded
500INTERNAL_ERRORUnexpected server error

Plan and entitlement failures may also use codes such as LIMIT_EXCEEDED or FEATURE_NOT_AVAILABLE (for example when the monthly request quota is exhausted).

On this page