Skip to main content

Scoring

The scoring engine evaluates submitted sessions using an LLM-as-judge approach across multiple categories. Scores include automated ratings, percentile rankings, and suggested follow-up interview questions.

Trigger Scoring

Runs the automated scoring pipeline on a submitted session. Can also be used to re-score an already-scored session.
sessionId
string
required
The session to score
The session must be in submitted or scored status. Attempting to score a session in another status returns a 409 Conflict error.

Get Score

Retrieves the score record for a session.

Override Score (Admin Review)

Applies admin score overrides and marks the session as reviewed. Use this when a human reviewer wants to adjust the automated scores.
adminScores
object
required
Admin-assigned scores by category (e.g. {"deliverable_quality": 25, "delegation": 8})
notes
string
Review notes