curl --location '/v1/sessions/'{
"endpoint": "GET /v1/sessions/{id}",
"session": {
"id": "11111111-1111-1111-1111-111111111111",
"userID": "local-user-001",
"workflow": "dictation",
"status": "ready_to_insert",
"capabilitySnapshot": {
"allowsRealtime": true,
"allowsRefine": true,
"allowsInsert": true
},
"providerRoute": {
"asrProvider": "aliyun.realtime.asr",
"refineProvider": "aliyun.refine"
},
"createdAt": "2026-04-01T16:19:40Z",
"startedAt": "2026-04-01T16:19:45Z",
"endedAt": "2026-04-01T16:20:00Z",
"recordingDurationSeconds": 18.4,
"partialTranscript": "hey can you help me rewrite",
"finalTranscript": "hey can you help me rewrite this note",
"refinedText": "Could you help me rewrite this note?",
"billingStatus": {
"state": "quota_consumed",
"quotaSource": "pro",
"consumedSeconds": 18.4,
"updatedAt": "2026-04-01T16:20:00Z"
},
"privacyFlags": {
"values": [
"audit_trail_recorded"
]
}
}
}