1.2 KiB
1.2 KiB
title | seotitle | description | menu | ||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
View tasks | View created tasks that process data in InfluxDB | How to view all created data processing tasks using the InfluxDB user interface or the 'influx' command line interface. |
|
View tasks in the InfluxDB UI
Click the Tasks icon in the left navigation to view the lists of tasks.
{{< img-hd src="/img/tasks-icon.png" alt="Tasks Icon" />}}
Filter the list of tasks
- Enable the Show Inactive option to include inactive tasks in the list.
- Enter text in the Filter tasks by name field to search for tasks by name.
- Select an organization from the All Organizations dropdown to filter the list by organization.
- Click on the heading of any column to sort by that field.
View tasks with the influx CLI
Use the influx task find
command to return a list of created tasks.
influx task find
Filter tasks using the CLI
Other filtering options such as filtering by organization or user,
or limiting the number of tasks returned, are available.
See the influx task find
documentation
for information about other available flags.