Get run results
API Reference
Get run results
Retrieve aggregate findings and per-step parsed results for a completed run.
GET
Get run results
Get run results
Top-level fields
aggregate: Summary counters across the runrun_id: Run UUIDstatus: Terminal or in-progress run statesteps: Per-tool parsed result payloads
Aggregate fields
findings_by_severityrisk_scoretotal_findingsunique_hostsunique_subdomains
Per-step fields
exit_codeidstatustoolparsed_results
parsed_results is tool-specific. In the crt runs tested for these docs, it contained:
tooltypesummaryfindings
Parser caveat
The currentcrt adapter did not fully clean its CLI output before building findings. Decorative table rows and one database recovery error line were surfaced as finding.host values during live testing. If you consume results programmatically, sanitize entries instead of assuming every host value is a valid hostname.
Related schemas
Authorizations
Team-scoped RTS Builder API key.
Path Parameters
Run UUID.
Example:
"9bdeb4af-cab4-4de3-9f0f-758771d10991"
