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.
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.