Retrieve a paginated list of all accessibility tests that have been submitted. Each test includes details such as its status, the number of checks performed, and, of those checks, how many passes and failures there were. The response is paginated, with a limit of up to 1000 items per page. The total count of records will display in the meta object under the key, 'count'.
Security
basicAuth
- US Mailgunhttps://api.mailgun.net/v1/inspect/accessibility
- EU Mailgunhttps://api.eu.mailgun.net/v1/inspect/accessibility
curl -i -X GET \
-u '<username>:<password>' \
'https://api.mailgun.net/v1/inspect/accessibility?limit=0&skip=0'Response
- github.com-mailgun-scaffold-httpapi-paging-PagingResponse
- null
{ "meta": { "count": 9 }, "paging": { "first": "https://api.mailgun.net/v1/inspect/accessibility/tests?limit=100&skip=0", "last": "https://api.mailgun.net/v1/inspect/accessibility/tests?limit=100&skip=0" }, "items": [ { … } ] }