Get background check results
get_check_resultsRetrieve results of background static checks by run ID, ticket, or latest. Shows run status, per-check outcomes, and age. Collects uncollected runs to close the async loop.
Instructions
Collect the results of a background static-check run: by runId, else the newest run for a ticket, else the newest run overall. Returns the run's status (running | passed | failed | error), per-check results (name, status, captured output) and ageSeconds. This closes the async loop: commit_feature starts checks in the background so the orchestrator can commit and immediately keep working; between tickets (and before ending the session) collect any uncollected runs here — a failed run means fix it now or file a bug before closing out. Read-only, zero tokens. The first time a FAILED run is collected for a ticket it's recorded as a 'checks' audit event on that ticket.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| runId | No | ||
| ticket | No | Return the newest run associated with this ticket. | |
| project | Yes |