Export data
/api/v3/export/databasesList databases available for export
Returns a list of databases that have compacted data available for Parquet export.
Requires the upgraded storage engine: This endpoint requires the upgraded storage engine, which is the default for new clusters. On clusters created with 3.10 or earlier, run the storage engine upgrade with
--upgrade-pacha-tree.
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
Returns a list of tables in a database that have compacted data available for Parquet export.
Requires the upgraded storage engine: This endpoint requires the upgraded storage engine, which is the default for new clusters. On clusters created with 3.10 or earlier, run the storage engine upgrade with
--upgrade-pacha-tree.
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
Downloads compacted data for the specified windows as a tar archive containing Parquet files.
Requires the upgraded storage engine: This endpoint requires the upgraded storage engine, which is the default for new clusters. On clusters created with 3.10 or earlier, run the storage engine upgrade with
--upgrade-pacha-tree.
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
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.
Requires the upgraded storage engine: This endpoint requires the upgraded storage engine, which is the default for new clusters. On clusters created with 3.10 or earlier, run the storage engine upgrade with
--upgrade-pacha-tree.
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.