# Messages

- [Get Messages](https://rest-api.symphony.com/main/messages/messages-v4.md)
- [Create Message](https://rest-api.symphony.com/main/messages/create-message-v4.md): Posts a message to an existing stream.
- [Blast Message](https://rest-api.symphony.com/main/messages/blast-message.md): Posts a message to multiple existing streams.
- [Attachment](https://rest-api.symphony.com/main/messages/attachment.md): Downloads the attachment body by the attachment ID, stream ID, and message ID.
- [Import Message](https://rest-api.symphony.com/main/messages/import-message-v4.md)
- [Update Message](https://rest-api.symphony.com/main/messages/update-message-v4.md): Update an existing message.
- [Suppress Message](https://rest-api.symphony.com/main/messages/suppress-message.md): Suppress a message, preventing its contents from being displayed to users.
- [Message Search](https://rest-api.symphony.com/main/messages/message-search-post.md): Searches for messages in the context of a specified user, given an argument-based query.
- [Message Search](https://rest-api.symphony.com/main/messages/message-search-get.md): Allows to search messages based on multiple search parameters.
- [Message Status](https://rest-api.symphony.com/main/messages/message-status.md): Get the status of a particular message: sent, delivered, and read.
- [Attachment Types](https://rest-api.symphony.com/main/messages/attachment-types.md): Retrieves a list of supported file extensions for attachments.
- [Get Message](https://rest-api.symphony.com/main/messages/get-message-v1.md): Returns details about the specified message.
- [List Attachments](https://rest-api.symphony.com/main/messages/list-attachments.md): List attachments in a particular stream.
- [List Message Receipts](https://rest-api.symphony.com/main/messages/list-message-receipts.md): Fetches receipts details from a specific message.
- [Message Metadata](https://rest-api.symphony.com/main/messages/message-metadata-relationship.md): Gets the message metadata relationship. This API allows users to track the relationship between a message and all the forwards and replies of that message.


---

# 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://rest-api.symphony.com/main/messages.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.
