Get paginated list of session evaluations
Retrieves a paginated list of session evaluations with optional filtering by session/conversation/contact UUID and creation date range.
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}"
Query Parameters
x <= 100ISO-8601 date or datetime (inclusive lower bound on created_at)
ISO-8601 date or datetime (inclusive upper bound on created_at)
created_at, updated_at asc, desc Response
Success
Indicates whether the request completed successfully. True for successful responses; false for documented error responses.
true
Human-readable response message. Safe to display in logs or simple client notifications; use structured fields for program logic.
"Evaluations retrieved successfully"