provider CSV (UI only)V3 GET /messages/download/{download_uuid}
@utdk/sendgrid /messages/download/{download_uuid}
Download CSV
**This endpoint will return a presigned URL that can be used to download the CSV that was requested from the "Request a CSV" endpoint.**
download_uuid path required
UUID used to locate the download csv request entry in the DB. This is the UUID provided in the email sent to the user when their csv file is ready to download
string
Authorization header required
string

Try it

Authentication
Configure credentials for Email Activity (beta)
Gateway
The gateway proxies requests and injects credentials server-side. Configure credentials above, then enter your gateway URL.

Saved automatically to browser storage.

getV3MessagesDownloadDownloadUuid
GET/messages/download/{download_uuid}
**This endpoint will return a presigned URL that can be used to download the CSV that was requested from the "Request a CSV" endpoint.**

Parameters

required

UUID used to locate the download csv request entry in the DB. This is the UUID provided in the email sent to the user when their csv file is ready to download

Enter a gateway URL above to enable sending.

Code snippet
Updates live as you fill in the form above.

TypeScript

import sendgrid from '@utdk/sendgrid';

await sendgrid.getV3MessagesDownloadDownloadUuid({
  "Authorization": "Bearer <<YOUR_API_KEY_HERE>>"
})