# messages/read (GET)

Marca uma mensagem como lida ou não lida por um operador.&#x20;

Request:

![](/files/90ts9h1qbVqtCSoMjFz7)

Parâmetros:&#x20;

• \<id> – id da mensagem (obrigatório). Veja messages (GET).&#x20;

Esse comando marca uma mensagem especificada como lida ou não lida pelo operador. Note que, quando uma mensagem é respondida, a mensagem e toda a conversa são marcadas como lidas automaticamente.&#x20;

Resposta Típica:

![](/files/o7jAxgkVwrTvrJYGNN1u)


---

# 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://c2dbr-pt.gitbook.io/c2dbr/api-and-webhooks/messages-read-get.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.
