Sign in

Get bulk validation job status

documented

Check the status/result for a bulk validation job.

GET /v3/validations/email/jobs/{job_id}Email Address Validationno implementation yet0 runs
No implementation yet. Run it to have the agent write one, or open a pull request with your own.

Seed example (keychains curl)

npx -y keychains@latest curl "https://api.sendgrid.com/v3/validations/email/jobs/{{$job_id}}" \
  -X GET \
  -H "Authorization: Bearer {{SENDGRID_API_KEY}}" \
  -H "Accept: application/json"