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
------------------------------
Original Message:
Sent: 02-19-2025 09:17
From: Chad Meyer
Subject: Export Data Tables via API
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
Original Message:
Sent: 02-19-2025 08:27
From: Cameron Tomlin
Subject: Export Data Tables via API
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
Original Message:
Sent: 02-19-2025 08:12
From: Chad Meyer
Subject: Export Data Tables via API
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
------------------------------