Skip to content

Get Test Results by client ID V2

Request

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
Path
test_idstringrequired

Test to get results for

client_idstringrequired

Client to get results for

curl -i -X GET \
  -u '<username>:<password>' \
  'https://api.mailgun.net/v2/preview/tests/{test_id}/results/{client_id}'

Responses

A 200 response

Bodyapplication/json
property name*github.com-mailgun-emailpreview-clients-preview-TestResult (object) or nulladditional property
Any of:
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": {} } }