Legacy Dev Forum Posts

 View Only

Sign Up

Recommended approach to pull down all chat transcripts continuously

  • 1.  Recommended approach to pull down all chat transcripts continuously

    Posted 06-05-2025 18:18

    Hamish | 2020-09-02 10:35:06 UTC | #1

    Hi,

    I'm looking at the recommended approach to pull down all chat history for a given Purecloud instance, and then, as new chats are completed pull down those chat transcripts.

    Is there the ability to setup webhooks, or do you need to write an application that requests interactions for a given rolling window? What is the best API endpoint to hit to get a list of interactions?

    I assume once you have a list of Interaction IDs you would then call this api : /api/v2/conversations/{conversationId}/recordings to pull down chat transcript.

    Can anyone comment on this approach?

    Thanks


    anon90596342 | 2020-09-02 15:44:19 UTC | #2

    Hi Hamish,

    POST /api/v2/recording/batchrequests and POST /api/v2/recording/jobs might help with exporting recordings. The latter jobs process is documented here: https://help.mypurecloud.com/articles/about-the-aws-s3-recording-bulk-actions-integration/

    Thanks


    system | 2020-10-03 15:44:20 UTC | #3

    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: 8725