Get paginated list of conversation sessions
Returns paginated conversation sessions. Sessions group messages or voice activity into reviewable interaction windows. Use filters to find sessions by conversation, contact, agent, campaign, task, status, type, or date ordering.
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 <= 100Filter by campaign UUID (via conversation's call)
Filter by task UUID (matched via task.third_party_id = call.uuid)
active, completed, timed_out text, voice created_at, updated_at, started_at, last_activity_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.
"Sessions retrieved successfully"