Response codes

InfluxDB Cloud Serverless API endpoints return standard HTTP status codes. The following table summarizes the most common response codes.

Status codeMeaning
200 OKSuccess.
201 CreatedThe resource was created.
204 No ContentSuccess with no response body (typically after write or delete).
400 Bad RequestRequest parameters or body are malformed or invalid.
401 UnauthorizedMissing or invalid credentials.
403 ForbiddenCredentials lack permission for the requested resource.
404 Not FoundThe requested resource does not exist.
413 Payload Too LargeRequest body exceeds the maximum allowed size.
422 Unprocessable EntityRequest body is well-formed but semantically invalid.
429 Too Many RequestsRate limit exceeded.
500 Internal Server ErrorUnexpected server error.
503 Service UnavailableServer is overloaded or under maintenance.

Was this page helpful?

Thank you for your feedback!