Exports

Overview

Exports can be used to download a Redivis table in various common formats. All exports must first be created (via export.post), and then polled (via export.get) until it is completed. The output file can then be downloaded via export.download.

Exports are the recommend approach to extract large tables from Redivis, and is required for all tables over 100GB. For smaller tables, especially under 1GB, consider using the table.listRows endpoint.

Last updated