slack.getListDownload retrieves the URL for an export started with slack.startListDownload.
automations/get-release-list-export.automation.ts
Inputs
Output
Returns{ status: "IN_PROGRESS" } while Slack is still preparing the export, or { status: "COMPLETED"; downloadUrl: string } when the export is ready. Poll this action with the same inputs until the job is complete; the URL points to the generated Slack export.