Preset Feedback is in Alpha. We are actively refining the API and dashboard based on how teams evaluate production AI responses. Use the Feedback button on the Preset Feedback page to tell us what would make it more useful.
Before you begin
You need:- a Phaseo API key with the
feedback:writecapability - the request ID returned by Phaseo
- the UUID of the preset you want to analyze
Record a rating
Send feedback after a user rates a response or your application determines an outcome.cURL
0 and 1.
Choose a rating
Use a rating that describes the signal you actually collected:thumbs_uporthumbs_downfor simple user reactionscorrect,partly_correct, orincorrectfor evaluated answersbad_format,too_slow, ortoo_expensivefor operational problemsunsafeorrefused_incorrectlyfor safety outcomesnot_helpfulorotherwhen the other values do not fit
Compare presets
Open Settings → Presets → Feedback to:- compare positive, partial, and negative rates
- select a baseline preset
- filter by date, rating, and metadata dimensions
- inspect the request, session, comments, and tags behind an event
metadataDimensions. Keep arbitrary or high-cardinality context in metadata instead.
Read feedback through the API
List recent events:feedback:read. Results are limited to the authenticated workspace and presets visible to the caller.
Current Alpha limits
- The dashboard analyzes at most the 10,000 most recent matching feedback rows in a selected window.
- Preset comparisons use explicit ratings; numeric scores are shown as supporting detail.
- Test-run and custom outcome event APIs are available, but their dashboard workflows are still evolving.