ListAttachments retrieves attachments for a message.
GET/api/v1/engagements/messages/:messageId/attachments
Returns all attachments for the specified message.
Filtering
- file_type: Filter by MIME type prefix (e.g., "image/")
Errors
- NOT_FOUND: Message does not exist
- PERMISSION_DENIED: Caller lacks message:read permission
Request
Responses
- 200
- default
A successful response.
An unexpected error response.