ticloud serverless import list
List data import tasks:
ticloud serverless import list [flags]
Or use the following alias command:
ticloud serverless import ls [flags]
Examples
List import tasks in interactive mode:
ticloud serverless import list
List import tasks in non-interactive mode:
ticloud serverless import list --cluster-id <cluster-id>
List import tasks for a specified TiDB Cloud Starter or Essential instance in the JSON format:
ticloud serverless import list --cluster-id <cluster-id> --output json
Flags
In non-interactive mode, you need to manually enter the required flags. In interactive mode, you can just follow CLI prompts to fill them in.
Inherited flags
Feedback
If you have any questions or suggestions on the TiDB Cloud CLI, feel free to create an issue. Also, we welcome any contributions.