---
title: influxdb3 import
description: The influxdb3 import command manages bulk imports of Parquet data into InfluxDB 3 Enterprise databases and tables.
url: https://docs.influxdata.com/influxdb3/enterprise/reference/cli/influxdb3/import/
estimated_tokens: 419
product: InfluxDB 3 Enterprise
version: enterprise
publisher: InfluxData
canonical: https://docs.influxdata.com/influxdb3/enterprise/reference/cli/influxdb3/import/
date: '2026-07-08T11:03:49-05:00'
lastmod: '2026-07-08T11:03:49-05:00'
---

The `influxdb3 import` command manages bulk imports of Parquet data into
InfluxDB 3 Enterprise databases and tables.

> [!Important]
> Bulk import requires the [storage engine upgrade](/influxdb3/enterprise/reference/config-options/)(`--use-pacha-tree`).
> The target database and table must exist before importing.

## Usage

```bash
influxdb3 import <SUBCOMMAND>
```

## Subcommands

|                              Subcommand                              |                 Description                  |
|----------------------------------------------------------------------|----------------------------------------------|
|[upload](/influxdb3/enterprise/reference/cli/influxdb3/import/upload/)|Upload Parquet files into a database and table|
|  [list](/influxdb3/enterprise/reference/cli/influxdb3/import/list/)  |               List import jobs               |
|                                 help                                 |Print command help or the help of a subcommand|

## Options

|Option|            |          Description          |
|------|------------|-------------------------------|
| `-h` |  `--help`  |    Print help information     |
|      |`--help-all`|Print detailed help information|

#### Related

* [Import data](/influxdb3/enterprise/admin/import-data/)
| Subcommand | Description |
| --- | --- |
| Subcommand | Description |
| upload | Upload Parquet files into a database and table |
| list | List import jobs |
| help | Print command help or the help of a subcommand |

| Option |  | Description |
| --- | --- | --- |
| Option |  | Description |
| -h | --help | Print help information |
|  | --help-all | Print detailed help information |
