Search Status Codes

A search request can return three types of status codes:

  • 5xx status codes indicate that there was an internal server error due to an elastic event with the search index. Request can be retried.
  • 4xx status codes indicate that the request was malformed.
  • 2xx status codes indicate that the request was processed successfully.
Error Description HTTP Status Code
Forbidden Not a valid API key. 403
Not Found The request path (API version or collection name) was not valid. Consult the body of the response for details and adjust the request before retrying. 404
Invalid HTTP Method ASN Search API does not support PUT or DELETE methods at this time. 405
Request Timeout The server did not receive a complete request within the time allowed. 408
Internal Server Error An internal problem occurred. The request can be retried. 50X
Bandwidth Limit Exceeded The request was throttled. The request rate or resource consumption should be reduced before retrying the request. 509