Get a PDF check by id
get_pdf_checkPoll a PDF accessibility check to retrieve its status, failed-rule and failed-check counts, and a reason if it failed to complete.
Instructions
Polls a PDF check started by check_pdf — status, failed-rule and failed-check counts, and a failure reason if it did not complete.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| checkId | Yes | The id returned by check_pdf. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| pdfCheck | Yes | ||
| standard | Yes | The standard the checks were run against, e.g. "WCAG 2.1 AA". | |
| scoringGuidance | Yes | Binding instruction for the assistant reading this result. Follow it literally. | |
| coverageDisclaimer | Yes | Why this result is not a compliance verdict. Always relay it; never present a scan as proof of conformance. |