Get paginated sessions of a conversation
Sessions
Get paginated sessions of a conversation
Returns sessions that belong to one conversation. Use this to navigate from a conversation to its grouped text or voice sessions, then fetch messages or evaluations for a specific session.
GET
Get paginated sessions of a conversation
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
Query Parameters
Required range:
x <= 100Available options:
active, completed, timed_out Available options:
text, voice Available options:
created_at, updated_at, started_at, last_activity_at Available options:
asc, desc 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.
Example:
"Sessions retrieved successfully"