---
title: "Get a batch email validation job"
method: GET
path: "/email_validations/batch/{id}"
tags: ["Email Validations"]
---

# Get a batch email validation job

`GET /email_validations/batch/{id}`

Retrieves the current status and, once completed, validation results for a batch job.

## Path parameters

- `id` string, uuid, required

## Response `200`

Batch validation job status.

- EmailValidationBatchDetailResponse
  - `data` EmailValidationBatchDetail, required — Shape returned by the GET endpoint. Does not include duplicates_removed.
    - `record_type` 'email_validation_batch', required
    - `id` string, uuid, required
    - `status` 'pending' | 'processing' | 'completed' | 'failed', required
    - `total` integer, required
    - `webhook_url` string, uri
    - `completed_at` string, date-time
    - `results` object — Map keyed by original email address. Present only when the batch is completed.

## Other responses

- `401` — Not authorized (10006).
- `404` — Resource not found (10001).

---

[API](https://skmtc.net/team-telnyx/apis/telnyx-api-2.md) · [All operations](https://skmtc.net/team-telnyx/apis/telnyx-api-2/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/team-telnyx/telnyx-api-2/revisions/8f5f4e537994/schema)
