Mailgun Inspect/API Documentation//
- Get Test Results by client ID 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 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 by clien...
This call returns detailed results for screenshots including their upload locations, send times, completion times, and information about bounces, if any. <test_id> is a test ID returned from test creation or the get test list functions. The <client_id> is required and restricts the returned data exclusively to the specified client. If the client is not present in the test or is invalid, an error will be returned.
Security
basicAuth
- US Mailgunhttps://api.mailgun.net/v2/preview/tests/{test_id}/results/{client_id}
- EU Mailgunhttps://api.eu.mailgun.net/v2/preview/tests/{test_id}/results/{client_id}
curl -i -X GET \
-u '<username>:<password>' \
'https://api.mailgun.net/v2/preview/tests/{test_id}/results/{client_id}'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": { … } } }