Skip to main content

I have access to the ringsense, but i cannot figure out what is the record id/session id, i have tried the session id as well as record and recording ids from call log details. but for everything it says, record not found. 


the end point i have been trying are ​​​​https://platform.ringcentral.com/ai/ringsense/v1/public/accounts/~/domains/pbx/records/2815620726030/insights
https://platform.ringcentral.com/ai/ringsense/v1/public/accounts/~/domains/pbx/sessions/2815620726030/insights

and the ids i have received from call logs of call that does have notes summary/transcript, 

"id": "KkWRNlFPlN3rTUA",
"sessionId": "511034064030",
"recording": {
                "uri": 
                "id": "2815474342030",
                "type": "Automatic",
                "contentUri": 
            },

i have tried all these three ideas with two end points above

The `sourceRecordId` is the call recording id. Thus, it’s this "id": "2815474342030".

The `sourceSessionId` is the telephony session ID (not the session Id) and from the call log, look for this

"telephonySessionId": "s-a0d178729c49dz1876d9b9d11z19269ec0000",

You said that you have access to RingSense, what does that mean? You have a RingSense license? If so, make sure you can see the RingSense insights from the RC app. And in order to access RingSense data via the API, the app must be authenticated by a super admin user.


postman call to session id
Postman call to record id
transcript and summary/notes exists

 

its not that… may be there is something i am missing.


call logs

"uri": "https://platform.ringcentral.com/restapi/v1.0/account//extension//call-log/KklsDvRkIEZlTUA?view=Detailed",
            "id": "KklsDvRkIEZlTUA",
            "sessionId": "511216105030",
            "startTime": "2025-06-25T19:05:37.075Z",
            "duration": 119,
            "durationMs": 119039,
            "type": "Voice",
            "internalType": "Sip",
            "direction": "Inbound",
            "action": "Phone Call",
            "result": "Accepted",
            "to": {
                "name": "",
                "extensionId": "",
                "extensionNumber": ""
            },
            "from": {
                "name": "",
                "extensionNumber": ""
            },
            "recording": {
                "uri": "https://platform.ringcentral.com/restapi/v1.0/account//recording/2815620726030",
                "id": "2815620726030",
                "type": "Automatic",
                "contentUri": "https://media.ringcentral.com/restapi/v1.0/account//recording/2815620726030/content"
            },
            "extension": {
                "uri": "https://platform.ringcentral.com/restapi/v1.0/account//extension/495188030",
                "id": 123456789
            },
            "reason": "Accepted",
            "reasonDescription": "The call connected to and was accepted by this number.",
            "telephonySessionId": "s-a718061143f17z197a87b3814zb348bd0000",
            "partyId": "p-a718061143f17z197a87b3814zb348bd0000-1",
            "transport": "PSTN",
            "lastModifiedTime": "2025-06-25T19:07:54.202Z",

 


I also asked do you really see the recording insight from the RC app under the RingSense tab?

 


Reply