/result
/result
Section titled “/result”The /result command provides a detailed breakdown of the indexing recommendations from the last successful scan.
/result [project_id]Parameters
Section titled “Parameters”| Parameter | Required | Description |
|---|---|---|
project_id | No | Required only if you have more than one project. Specifies which project’s result to view. |
Example
Section titled “Example”You send:
/result 45Bot responds:
📊 Scan Results for 'My Awesome API':
Table: 'users'- Column: 'email' (Used in SELECT * FROM users WHERE email = ?) Recommendation: High Priority - Add B-Tree Index
Table: 'orders'- Column: 'created_at' (Used in ORDER BY created_at) Recommendation: Medium Priority - Add Index
View full report here: [Link to Full Web Report]- Results provide cumulative recommendations across all scans performed on your project.
- Because
/scancan detect changes based on your commit history, it will identify specific files that have changed and ask if you want to scan fully or partially. The/resultcommand summarizes these optimizations into a single view. - The web report link remains active for 30 days.