Genesys Cloud - Main

 View Only

Sign Up

  Thread closed by the administrator, not accepting new replies.
  • 1.  Export Data Tables via API

    Posted 02-19-2025 08:12
    No replies, thread closed.

    Hey everyone,

    Not sure if I am missing something in the Data Table API documentation, however I am looking for a way to backup a multitude of Data tables.  From what I can see, however, it looks like that functionality does not exist.  It looks like I can only view the schema or add a row, currently.  We have a number of data tables and would like to have regular backups of the data without manually exporting each one from the UI. 


    #API/Integrations

    ------------------------------
    Chad Meyer
    Global Voice Engineer
    ------------------------------


  • 2.  RE: Export Data Tables via API
    Best Answer

    Posted 02-19-2025 08:27
    No replies, thread closed.

    Hello Chad, 

    While backup data table isnt directly built into the API's you can export the data table rows. 

    You can export your data table using POST /api/v2/flows/datatables/{datatableId}/export/jobs

    You can also check on the job status (waiting for status: 'Succeeded') and retrieve the downloadUri (to the CSV file) using GET /api/v2/flows/datatables/{datatableId}/export/jobs/{exportJobId}

    Cheers, 



    ------------------------------
    Cameron
    Online Community Manager/Moderator
    ------------------------------



  • 3.  RE: Export Data Tables via API

    Posted 02-19-2025 09:18
    No replies, thread closed.

    Thanks for this!  Export is what I meant and this is exactly what I was looking for.  Do you have a specific link for where this is documented by chance?  I was looking at Genesys Cloud Developer Center and see no mention of exporting.



    ------------------------------
    Chad Meyer
    Global Voice Engineer
    ------------------------------



  • 4.  RE: Export Data Tables via API

    Posted 02-19-2025 09:27
    No replies, thread closed.

    Hello Chad, 

    I don't see any documentation in the dev center about exporting but we do have this RC documentation.

    I then went to the API explorer in the dev center and found the export API's. 

    Cheers, 



    ------------------------------
    Cameron
    Online Community Manager/Moderator
    ------------------------------