Documentation Index
Fetch the complete documentation index at: https://docs.boltroute.ai/llms.txt
Use this file to discover all available pages before exploring further.
Overview
List the email jobs for a batch verification task, including per-email results when available.GET /api/v1/tasks//jobs
Purpose: get a paginated list of email jobs for a specific batch verification task, including nested verification results (when available). Path parameter:id(UUID, required)
limit(int, default 10, max 100)offset(int, default 0)
- Each job includes
emaildata when the job is associated with anemailsrecord (i.e. whenemail_idis set). Otherwiseemailis omitted. - Results are ordered by
created_at DESC.
Response
Status:200 OK
Example response:
id,email,status,is_role_based.is_disposable,has_mx_records,has_reverse_dns.domain_name,host_name,server_type,is_catchall.validated_at,unknown_reason,needs_physical_verify.
400invalid ID or pagination parameters.401unauthorized.404batch verification task not found.500internal error.