Genesys Cloud - Main

 View Only

Sign Up

  • 1.  How can I view a report of all the protected interactions?

    Posted 10-09-2025 12:10
    Edited by Jean Lam 10-09-2025 12:11

    I protected several interactions (voice and sms) from the deletion policy of 90 days and need to protect additional interactions ,however there's an error now when I try to protect more.  Is there a Performance report that can show how many interactions are protected?  The limit is 1000 for protected calls.


    #Reporting/Analytics
    #System/PlatformAdministration
    #Telephony

    ------------------------------
    Jean Lam
    ------------------------------



  • 2.  RE: How can I view a report of all the protected interactions?

    Posted 10-09-2025 15:54

    Nothing I can find in the Performance views.

    There is an API call to find conversations that have recordings protected...but it requires you feed it up to 100 (max) conversationIds to run the query on, which doesn't help much.

    Sorry!



    ------------------------------
    George Ganahl GCCX-AI, GCP, GCSME
    Technical Adoption Champion
    Genesys
    2024 Community Member of the Year
    ------------------------------



  • 3.  RE: How can I view a report of all the protected interactions?
    Best Answer

    Posted 10-09-2025 22:08

    Hi @Jean Lam,

    As George stated, there is no Performance View. 

    There is another API you can try (not optimal, though - max response is 500 records). Assuming that all the recordings are deleted after 90 days via the deletion policy, in order to get the protected recordings, try this API: 

    GET /api/v2/recordings/retention/query?retentionThresholdDays=90&pageSize=500 and then, using the cursor from the response's attribute "nextUri", run the API again until you get the last response with no "nextUri".  

    Keep us posted if this may be of any help. 

    Thanks,



    ------------------------------
    Tatjana Knezevic

    www.startelecom.cloud

    https://www.linkedin.com/company/star-telecom-www-startelecom-ca-/
    ------------------------------



  • 4.  RE: How can I view a report of all the protected interactions?

    Posted 10-17-2025 14:37

    Thank you I will try and reply.



    ------------------------------
    Jean Lam
    ------------------------------



  • 5.  RE: How can I view a report of all the protected interactions?

    Posted 20 hours ago

    Hi Tatjana,

    The API is able to pull interactions over 90 days, I specified the number of days old.  It doesn't show exactly which interactions are protected however.  Thank you.



    ------------------------------
    Jean Lam
    ------------------------------