Get Validation Results
Validation
Get Validation Results
Retrieve results of an async validation job
POST
Get Validation Results
Retrieve results of an asynchronous validation job. Poll this endpoint until status isDocumentation Index
Fetch the complete documentation index at: https://zerodrift.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
done or failed.
Request Body
Job ID to retrieve results for
Response
Unique identifier for the validation job
Job status:
started, in_progress, done, or failedISO 8601 UTC timestamp when the job was created. Present from the initial
started status onward.ISO 8601 UTC timestamp of the current status snapshot.
Overall compliance assessment (when done):
approved, needs_changes, or do not send. Note: the do not send value contains spaces — this matches the API response exactly.Summary of violations by severity
Number of lines with at least one compliance violation. Absent for older jobs or when only grouped fixes exist.
Number of lines with no violations. Absent for older jobs or when only grouped fixes exist.
Total number of lines in the document. Absent for older jobs or when only grouped fixes exist.
True when more than one fix is found, suggesting a re-scan after applying all fixes.
One entry per violating line, with all rules violated and the best fix. Absent for older jobs or when only grouped fixes exist. Present but empty for fully compliant documents.
Individual fix entries (rule-centric, one per violation per quote)
Grouped fixes for rules that aggregate across pages
Document metadata used for scenario matching
Error message (when status is
failed)Job Status Values
| Status | Description |
|---|---|
started | Job created and queued for processing |
in_progress | Validation in progress |
done | Validation completed successfully |
failed | Validation failed with error |
Overall Status Values
| Status | Description |
|---|---|
approved | Document passes compliance checks |
needs_changes | Document has violations that should be addressed |
do not send | Document has critical violations and should not be distributed |

