# Display the specified email. **GET /api/v1/mailboxes/message/{uuid}** ## Servers - https://api.plannrcrm.com: https://api.plannrcrm.com () ## Authentication methods - Personal access token & O auth2 ## Parameters ### Headers - **X-PLANNR-ACCOUNT-UUID** (string) ### Path parameters - **uuid** (string) ### Query parameters - **per_page** (integer) Number of ancestor/descendant messages to return per page (Default 25. Max 500). - **page[ancestors]** (integer) Page number for ancestor messages. - **page[descendants]** (integer) Page number for descendant messages. ## Responses ### 200 #### Body: application/json (object) - **uuid** (string) The UUID of the resource. - **created_at** (string) The timestamp of when the resource was created. - **updated_at** (string) The timestamp of when the resource was updated. - **message_created_at** (string) The timestamp of when the message was sent. - **mailbox** (object) The mailbox the message belongs to. - **firm** (object) The firm the message belongs to. - **ancestors** (object) Paginated thread of messages that come before this message - **descendants** (object) Paginated thread of messages that come after this message - **thread_count** (integer) The number of thread messages. - **participants** (array[object]) The participants of the message. - **attachments** (array[object]) The attachments of the message. - **subject** (string) The subject of the message. - **incoming** (boolean) Whether the message is incoming or outgoing. - **text** (string) The plain text content of the message. - **html** (string) The HTML content of the message. Only available when the message is retrieved directly. [Powered by Bump.sh](https://bump.sh)