get_audit_status
Check the progress of an audit, cheaply.
Requires audit_id, the id returned by start_audit or list_audits.
Returns just the audit's current status ("new", "in_progress", "done",
or "error"), its overall result once finished ("green", "yellow", or
"red"; absent while still in progress), and its numeric score out of
100 once at least one check has a result. This is the tool to call
repeatedly while waiting for an audit to finish; get_audit returns the
same audit in much more detail, with a much larger response, and is
better suited to reading the results once the audit is done.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| audit_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||