#### GET /v1/servers/{serverId}/channels/{channelId}/messages
Retrieves all [messages](../../../../../../models/Message.md) in a [Guild](../../../../../../models/Guild.md).
##### Responses
| Status | Description |
| ------ | --------------------------------------------------------- |
| 200 | The request succeeded and the message object is returned. |
| 400 | The post request included poorly formated data. |
| 401 | User is not authenticated. |
| 403 | User does not have permission to view the message. |
| 500 | An unhandled error occurred. |
###### 200
Returns a [[Message]] object.
#### GET /v1/servers/{serverId}/channels/{channelId}/messages/{messageId}
Retrieves a [[Message]] from a channel.
##### Responses
| Status | Description |
| ------ | --------------------------------------------------------- |
| 200 | The request succeeded and the message object is returned. |
| 400 | The post request included poorly formated data. |
| 401 | User is not authenticated. |
| 403 | User does not have permission to view the message. |
| 500 | An unhandled error occurred. |
###### 200
Returns a [[Message]] object.