Returns the latest version of code analysis test results for a given test ID.
Security
basicAuth
Filter results by application type (web, mobile, desktop). Only variants belonging to the specified application type will be included in the response.
| Enum Value | Description |
|---|---|
| web | Filter by web-based email clients |
| mobile | Filter by mobile email clients |
| desktop | Filter by desktop email clients |
Group variants by their implementation notes. When set to 'notes', variants within each support level are grouped by their note content. The response structure changes: instead of VariantReference arrays, each support level (y/a/n/u) contains GroupedVariantsByNote objects with 'note' field and 'variants' array. A 'grouped_by' field is added to meta.
| Value | Description |
|---|---|
| notes | Group variants by their implementation notes |
- US Mailgunhttps://api.mailgun.net/v1/inspect/analyze/{test_id}
- EU Mailgunhttps://api.eu.mailgun.net/v1/inspect/analyze/{test_id}
curl -i -X GET \
-u '<username>:<password>' \
'https://api.mailgun.net/v1/inspect/analyze/{test_id}?slug=string&support_type=y&application_type=web&group_by=notes'Response
- Normal Response
- Grouped by Notes Response
{ "meta": { "application_support": { … }, "count": 1, "inbox_provider_support": { … }, "market_support": { … }, "status": "Completed", "version": 1 }, "items": { "id": "67a654ba0f53254b9fdca3e2", "version": 1, "features": [ … ] } }