Legacy Dev Forum Posts

 View Only

Sign Up

Call Recordings / Retrieving Recording Topic Indexes via API

  • 1.  Call Recordings / Retrieving Recording Topic Indexes via API

    Posted 06-05-2025 18:26

    alan | 2023-07-07 15:50:56 UTC | #1

    Is there a way to obtain the recording time indexes of a call recording via API (and which API?). In the Genesys UI, under Interactions, Interaction, there is a visual depiction of the recording with topic indexes (numbers in circles) which identify key segments of the call. This is what I am looking for.

    https://mustard-beetle-8407.twil.io/assets/GenesysRecordingTimeIndexs.jpg

    Thanks!


    Declan_ginty | 2023-07-13 15:16:17 UTC | #2

    Hi Alan,

    Following endpoint will return the Pre-signed url path of the transcript. And accessing the S3 path will return the transcript object. Under transcript object, you can look for array of topic object and each topic object will have their respective timestamps.

    Regards, Declan


    alan | 2023-07-13 18:39:51 UTC | #3

    Thanks @Declan_ginty , I didn't see the end-point you shared?


    alan | 2023-07-13 19:24:51 UTC | #4

    Found it:

    GET /api/v2/speechandtextanalytics/conversations/{conversationId}/communications/{communicationId}/transcripturl


    Declan_ginty | 2023-07-14 10:44:20 UTC | #5

    Apologies Alan, that is the right endpoint to use


    system | 2023-08-14 10:44:46 UTC | #6

    This topic was automatically closed 31 days after the last reply. New replies are no longer allowed.


    This post was migrated from the old Developer Forum.

    ref: 20897