# Receiving Delivery Reports (DLRs)

DLRs (short for delivery reports) are status reports that hold information about the status of a message that you have sent through our API. Status reports are requests that are sent to your platform through a GET request. Status reports are only provided for SMS messages that have a reference and accounts that have configured their [status report URL](https://dashboard.messagebird.com/en/developers/settings).

To configure the status report URL, first go to the [MessageBird Dashboard](https://dashboard.messagebird.com/en/user/index). Then navigate to the API settings tab in the [Developers section](https://dashboard.messagebird.com/en/developers/settings). Here you can configure the URL where the status reports of SMS messages need to be sent to. Note: enter the full address (including http\://).&#x20;

&#x20;

You can check the full documentation on handling status reports [here](https://developers.messagebird.com/api/sms-messaging#handle-a-status-report).

Keep in mind that it is not possible to whitelist the IP range for our REST API since our IP addresses are dynamic. However, you can create a sign-in key to verify HTTP requests. You can read more about this in our [authentication documentation](https://developers.messagebird.com/api/#authentication).


---

# 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/getting-started/receiving-delivery-reports-dlrs.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.
