All Products
Search
Document Center

Time Series Database:Response status code

Last Updated:Mar 28, 2026

The Time Series Database (TSDB) HTTP API returns standard HTTP status codes. Codes in the 2xx range indicate success, 4xx codes indicate a problem with the request, and 5xx codes indicate a server-side issue.

Response codes for successful requests

Response codeDescription
200The request succeeded. The response body contains the returned content. Used primarily for queries.
204The request succeeded. No content is returned in the response body. Used primarily for data writes.

Response codes for failed requests

Response codeDescription
400The request failed due to an incorrect or missing parameter or request body content. The response body contains details.
404The request path was not found.
405The HTTP method is not supported.
406The server cannot generate a response in the requested format.
408The request timed out.
413The response body is too large for the server's buffer to handle.
500The server encountered an internal error.
501The requested feature has not been implemented yet.
503A server overload occurred.