Sessions
GET /v1/orgs/{org_id}/sessions is the index. GET /v1/sessions/{session_id} has direction (web | inbound | outbound), transport, timestamps, and hangup fields. End an in-flight call with POST /v1/sessions/{session_id}/end.
Create LiveKit web sessions with POST /v1/sessions (channel: "web"). Telephony sessions are created by inbound / campaign dialers, not this mint.
Transcript
GET /v1/sessions/{session_id}/transcript — turns for that call.
Recordings
GET /v1/sessions/{session_id}/recordingGET /v1/orgs/{org_id}/recordingsGET /v1/recordings/{recording_id}/playback-url— short-lived URL
Tool calls
GET /v1/orgs/{org_id}/tool-call-events?agent_id=GET /v1/orgs/{org_id}/agents/{agent_id}/tool-call-stats
Post-call analysis results
GET /v1/sessions/{session_id}/analysis — outputs from analyses attached to the agent. Config CRUD is under /v1/orgs/{org_id}/post-call-analyses.
