# HLR Request failed or is incomplete

HLR responses are requests that are sent to your platform through a GET request. But what does it mean when an HLR request fails and why are some bits of information not complete in your results?

To start off, the HLR API response itself will not contain any info for the HLR result. To obtain the result, you need to configure your HLR callback URL within the API settings [here.](https://dashboard.messagebird.com/en/developers/settings)

**Note**: enter the full address (including http\://).

We relay the information we get live from the number when it is pinged. Please note that the attributes listed [here](https://developers.messagebird.com/api/hlr/#hlr) can change over time and some of them can be null because not all information is available for all countries and providers at all times.

**If the request was successful, but the result failed:**

The HLR request to the provider was successful; The reason for the failure is unclear. It could be an issue with the provider, number, or HLR lookups are not allowed by the network. Please retry at a later time, as most provider issues are quickly resolved. If the issue persists, please reach out to [Support](mailto:support@messagebird.com) and let us know the number(s) you tried to look up.

**If both the request and the result failed:**

Please verify if your request was correctly made as explained [in our developer documentation](https://developers.messagebird.com/api/hlr/#hlr). If yes, please reach out to [Support](mailto:support@messagebird.com) and provide the full request and response.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.bird.com/connectivity-platform/hlrlookup/hlr-request-failed-or-is-incomplete.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
