Response codes

InfluxDB 3 Clustered API endpoints return standard HTTP status codes.

Status codeDescription
200 OKRequest succeeded. Response body contains the requested data.
204 No ContentRequest succeeded. No response body (common for successful writes).
400 Bad RequestMalformed request — check syntax, query, or line protocol for errors.
401 UnauthorizedMissing or invalid token. Verify the Authorization header and token permissions.
403 ForbiddenValid token but insufficient permissions for the requested operation.
404 Not FoundThe requested resource does not exist — check the database name and endpoint path.
422 Unprocessable EntityThe request body is syntactically valid but semantically incorrect.
429 Too Many RequestsRequest rate exceeds cluster limits. Retry with exponential backoff.
500 Internal Server ErrorServer error. If the error persists, contact InfluxData support.

Was this page helpful?

Thank you for your feedback!