# List messages Get all messages for a particular conversation by providing the conversation id. Note that messages in ContactForm conversations can have attributes of "_type": "EmailAttributes" if they are created through a webform, or "_type": "ContactFormAttributes" when created through a chat widget. Endpoint: GET /beta/conversations/{conversationId}/messages Version: beta Security: ApiKeyAuth ## Path parameters: - `conversationId` (integer, required) ## Response 200 fields (application/json): - `data` (array) - `data.id` (string, required) - `data.authorId` (string, required) - `data.externalId` (string) - `data.createdAt` (string, required) - `data.attributes` (any, required) ## Response 400 fields (application/json): - `message` (string, required) ## Response 404 fields (application/json): - `message` (string, required)