curl --request GET \
--url https://api.example.com/api/v2/integrations/kno2/{slug}/messages/{messageId}/attachments/{attachmentId}{
"id": "<string>",
"fileName": "<string>"
}Retrieve a specific attachment for a Kno2 message.
curl --request GET \
--url https://api.example.com/api/v2/integrations/kno2/{slug}/messages/{messageId}/attachments/{attachmentId}{
"id": "<string>",
"fileName": "<string>"
}The slug of the Kno2 connection.
The ID of the message.
The ID of the attachment to retrieve.