Download Batch Results
deliveriq_batch_downloadDownload CSV results from a completed email batch verification job. Optionally filter by category: safe, risky, invalid, or unknown.
Instructions
Download the results of a completed batch verification job as CSV.
Args:
job_id (string): The completed job ID
category (string, optional): Filter to "safe", "risky", "invalid", or "unknown" only
Returns: CSV text with verification results. Large results may be truncated.
Examples:
"Download results for job abc123" -> { job_id: "abc123" }
"Get only safe emails from job abc123" -> { job_id: "abc123", category: "safe" }
Credit cost: Free
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| job_id | Yes | Batch job ID to download results for | |
| category | No | Filter results to a specific category (omit to get full CSV) |