Mailgun Inspect/API Documentation//
- Get Test Results
List Clients
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
Get Emailpreview Test Information 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 Test Results
Returns the results for the specified email preview test.
Security
basicAuth
- US Mailgunhttps://api.mailgun.net/v1/preview/tests/{test_id}/results
- EU Mailgunhttps://api.eu.mailgun.net/v1/preview/tests/{test_id}/results
curl -i -X GET \
-u '<username>:<password>' \
'https://api.mailgun.net/v1/preview/tests/{test_id}/results'Response
{ "android10_gmailapp_pixel4_dm": { "id": "android10_gmailapp_pixel4_dm", "displayname": "Gmail App Pixel 4", "client": "Gmail App", "os": "Android 10 (Dark Mode)", "category": "Mobile", "browser": "", "screenshots": { … }, "thumbnail": "https://images.emailonacid.com/1234", "fullthumbnail": "https://images.emailonacid.com/90479d4733fc5f409475644cb01384b0b21bc53f1c32e0ed609756dfb63d2f5%3A1741804257", "status": "Complete", "statusdetails": { … } }, "android10_gmailapp_pixel4_lm": { "id": "android10_gmailapp_pixel4_lm", "displayname": "Gmail App Pixel 4", "client": "Gmail App", "os": "Android 10", "category": "Mobile", "browser": "", "screenshots": { … }, "thumbnail": "https://images.emailonacid.com/YXBpLzRRZVp3Z0479d4733fc5f409475644cb01384b0b21bc53f1c32e0ed609756dfb63d2f5%3A1741804257", "fullthumbnail": "https://images.emailonacid.com/YXBpLzRRZVp3ZzlBbmJydjVEZjBUOW9obUxpU1RUQmpe=d90479d4733fc5f409475644cb01384b0b21bc53f1c32e0ed609756dfb63d2f5%3A1741804257", "status": "Complete", "statusdetails": { … } } }