Retrieve a previously generated export file by name. The file_name is returned as part of the export record once the job completes.
Security
bearerAuth
POST
curl -i -X POST \
https://leadgen.grinfi.io/leads/api/file-exports/download \
-H 'Authorization: Bearer <YOUR_JWT_HERE>' \
-H 'Content-Type: application/json' \
-d '{
"file_name": "leads-export-2026-04-28.csv"
}'