Skip to content

Get Accessibility Test

Request

Retrieve the details of a specific accessibility test using the provided test ID. This endpoint returns comprehensive details about the test, including metadata and test results.

Security
basicAuth
Path
idstringrequired

The unique identifier of the test.

curl -i -X GET \
  -u '<username>:<password>' \
  'https://api.mailgun.net/v1/inspect/accessibility/{id}'

Responses

A 200 response

Bodyapplication/json
metaobject or null
itemsArray of objects(github.com-mailgun-inspect-internal-accessibility-AccessibilityResponse)
Response
{ "meta": { "created_at": "2025-05-28T05:30:00Z", "status": "Complete", "updated_at": "2025-05-28T05:30:10Z" }, "items": [ {} ] }