The default mode. Only the statement results are returned.
PLAN
This mode returns only the query plan, without any results or execution statistics information.
PROFILE
This mode returns the query plan, overall execution statistics, operator level execution statistics along with the results. This has a performance overhead compared to the other modes. It isn't recommended to use this mode for production traffic.
WITH_STATS
This mode returns the overall (but not operator-level) execution statistics along with the results.
WITH_PLAN_AND_STATS
This mode returns the query plan, overall (but not operator-level) execution statistics along with the results.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2026-05-09 UTC."],[],[]]