Skip to content

/result

The /result command provides a detailed breakdown of the indexing recommendations from the last successful scan.

/result [project_id]
ParameterRequiredDescription
project_idNoRequired only if you have more than one project. Specifies which project’s result to view.

You send:

/result 45

Bot 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 /scan can 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 /result command summarizes these optimizations into a single view.
  • The web report link remains active for 30 days.