JavaScript
import Nuntly from '@nuntly/sdk'; const client = new Nuntly({ apiKey: process.env['NUNTLY_API_KEY'], }); const response = await client.messages.attachments.list('messageId_value');
{ "data": [ { "id": "<string>", "filename": "<string>", "contentType": "<string>", "size": 123, "contentDisposition": "<string>", "contentId": "<string>", "downloadUrl": "<string>" } ] }
List all attachments for a message.
Documentation IndexFetch the complete documentation index at: https://nuntly.com/docs/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://nuntly.com/docs/llms.txt
Use this file to discover all available pages before exploring further.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Successful response.
Show child attributes