Get the evaluation of a session
Sessions
Get the evaluation of a session
Returns the evaluation record for one conversation session when analysis exists. Each dimension includes value, confidence, and reason fields. Use this to inspect the AI quality analysis for a specific session without fetching the full evaluation list.
GET
Get the evaluation of a session
Documentation Index
Fetch the complete documentation index at: https://developers.mihu.ai/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
Use a Bearer token to access these API endpoints. Example: "Bearer {your-token}"
Path Parameters
Response
Success
Indicates whether the request completed successfully. True for successful responses; false for documented error responses.
Example:
true
Human-readable response message. Safe to display in logs or simple client notifications; use structured fields for program logic.