Mailgun Inspect/API Documentation//
- Get Emailpreview Test Information V2
List Clients
Get Test Results
Reprocess Emailpreview Test
Get Test Content (empty)
Get Test Content
Generate Preview Address
List/Search Tests V2
Create Email Preview Test V2
Get Test Results by client ID V2
Delete Emailpreview Test V2
Retrieve Export Job Details for Email Preview Test Screenshots
Retrieve Export Job Details for Email Preview Test Screenshots
Create Export Job for Email Preview Test Screenshots
Generate Preview Address
Create PreviewShare
Get PreviewShare
Update PreviewShare
Delete PreviewShare
Rotate PreviewShare
Returns PreviewShare record by UUID.
List Emailpreview Tests
Create Emailpreview Test
Get Emailpreview Test Info
Delete Emailpreview Test
Get Emailpreview Test Inf...
Retrieves detailed information about a specific test, including the subject, submission time (in UNIX timestamp format), processing statuses, and any content checking results. The response includes one to three properties containing arrays of clients: completed (clients that have successfully uploaded screenshots), processing (clients that are still being processed by our system), and bounced (clients that were bounced by the destination and cannot be retried). Additionally, the system will automatically requeue screenshots if they remain in processing for more than three minutes.
Security
basicAuth
- US Mailgunhttps://api.mailgun.net/v2/preview/tests/{test_id}
- EU Mailgunhttps://api.eu.mailgun.net/v2/preview/tests/{test_id}
curl -i -X GET \
-u '<username>:<password>' \
'https://api.mailgun.net/v2/preview/tests/{test_id}'Response
{ "subject": "Example Subject", "date": 1739876826, "completed": [ "client1" ], "processing": [ "client2" ], "bounced": [ "client3" ], "content_checking": { "link_validation": { … }, "image_validation": { … }, "accessibility": { … }, "code_analysis": { … } } }