Fetch a Saved Audit
get_auditRetrieve a nittim audit by its UUID, at any stage. A finished audit returns the compact markdown digest — verdict, scores and top findings — plus its report link. An audit that is STILL RUNNING says so — not an error, and not a missing id. A second audit of the same commit is charged again and produces two verdicts for one commit. A FAILED audit says why it failed and, if you own it, what happened to the charge. Reading needs the key of the account that owns the audit; minting a new key does not grant access to somebody else's report.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | The UUID of the saved audit, from the /report/{id} URL. |