get_audit
Retrieve the status, progress, scores, and issues of an audit job by its ID after initiating an audit asynchronously.
Instructions
[audit] Fetch the status and (when completed) results of an audit job by ID: status, progress 0-100, 7-category scores, issues array. Poll after audit_url/run_audit/run_llm_audit/audit_a11y with wait=false. Same ID namespace across all of them.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| job_id | Yes | Audit job identifier returned by audit_url, run_audit, run_llm_audit, or audit_a11y (field name varies — job_id, audit_id, or id — they are the same value). |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |