> For the complete documentation index, see [llms.txt](https://docs.bird.com/connectivity-platform/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.bird.com/connectivity-platform/troubleshooting/developer-logs-and-errors.md).

# Developer logs and errors

In the API logs in the Dashboard, you can find a list with failed requests, grouped per error code. You can check the list of all the error codes in our documentation [here](https://developers.messagebird.com/api#api-errors).

Go to the [Developers](https://dashboard.messagebird.com/en-sg/developers/settings) menu on the bottom left of the Dashboard, then click the [API logs](https://dashboard.messagebird.com/en-sg/developers/logs/api) tab:

<figure><img src="/files/FeDDCDckxCmlOLjqesQ0" alt=""><figcaption></figcaption></figure>

You will see the logs for the failed requests. This data is available for 5 days. To see the details for the API request, you can click the eye icon:

<figure><img src="/files/5tDumbTgUqvkKTxqOQdP" alt=""><figcaption></figcaption></figure>

In the error log, you will see the error `code` , `description` of the error, and the `parameter` that caused the error.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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/troubleshooting/developer-logs-and-errors.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.
