Export data (beta)
/api/v3/export/databasesList databases available for export (beta)
Returns a list of databases that have compacted data available for Parquet export.
Beta: This endpoint requires the performance upgrade preview (
--use-pacha-treeflag). The performance upgrade preview is a beta feature and should not be used for production workloads.
curl --request GET \
"https://localhost:8181/api/v3/export/databases" \
--header "Authorization: Bearer INFLUX_TOKEN"Responses
data
objecterror
string/api/v3/export/tablesList tables available for export (beta)
Returns a list of tables in a database that have compacted data available for Parquet export.
Beta: This endpoint requires the performance upgrade preview (
--use-pacha-treeflag). The performance upgrade preview is a beta feature and should not be used for production workloads.
Parameters
Query parameters
db
required
stringcurl --request GET \
"https://localhost:8181/api/v3/export/tables?db=DB" \
--header "Authorization: Bearer INFLUX_TOKEN"Responses
data
objecterror
string/api/v3/export/window_dataExport window data as Parquet (beta)
Downloads compacted data for the specified windows as a tar archive containing Parquet files.
Beta: This endpoint requires the performance upgrade preview (
--use-pacha-treeflag). The performance upgrade preview is a beta feature and should not be used for production workloads.
Parameters
Query parameters
db
required
stringtable
required
stringwindows
string2026-01-15,2026-01-16).
If omitted, exports all available windows.curl --request GET \
"https://localhost:8181/api/v3/export/window_data?db=DB&table=TABLE" \
--header "Authorization: Bearer INFLUX_TOKEN"Responses
data
objecterror
string/api/v3/export/windowsList compacted windows for a table (beta)
Returns a list of compacted 24-hour UTC windows for a table. Each window represents a time range of compacted data that can be exported as Parquet.
Beta: This endpoint requires the performance upgrade preview (
--use-pacha-treeflag). The performance upgrade preview is a beta feature and should not be used for production workloads.
Parameters
Query parameters
db
required
stringtable
required
stringcurl --request GET \
"https://localhost:8181/api/v3/export/windows?db=DB&table=TABLE" \
--header "Authorization: Bearer INFLUX_TOKEN"Responses
data
objecterror
stringWas this page helpful?
Thank you for your feedback!
Support and feedback
Thank you for being part of our community! We welcome and encourage your feedback and bug reports for InfluxDB 3 Enterprise and this documentation. To find support, use the following resources:
Customers with an annual or support contract can contact InfluxData Support. Customers using a trial license can email trial@influxdata.com for assistance.