---
title: kapacitor flux task list
description: The kapacitor flux task list command lists Kapacitor Flux tasks.
url: https://docs.influxdata.com/kapacitor/v1/reference/cli/kapacitor/flux/task/list/
estimated_tokens: 431
product: Kapacitor
version: v1
publisher: InfluxData
canonical: https://docs.influxdata.com/kapacitor/v1/reference/cli/kapacitor/flux/task/list/
date: '2023-10-03T10:49:57-06:00'
lastmod: '2023-10-03T10:49:57-06:00'
---

The `kapacitor flux task list` command lists Kapacitor Flux tasks.

## Usage

```sh
kapacitor flux task list [flags]
```

#### Aliases

* `find`
* `ls`

## Flags

|Flag|           |                Description                 |
|----|-----------|--------------------------------------------|
|`-h`| `--help`  |             Show command help              |
|`-i`|  `--id`   |                  Task ID                   |
|    | `--json`  |            Output data as JSON             |
|    | `--limit` |Number of tasks to return *(default is 500)*|
|`-n`|`--user-id`|               Task owner ID                |

## Examples

* [List all Kapacitor Flux tasks](#list-all-kapacitor-flux-tasks)
* [List a specific Kapacitor Flux task](#list-a-specific-kapacitor-flux-task)
* [List Kapacitor Flux tasks owned by a specific user](#list-kapacitor-flux-tasks-owned-by-a-specific-user)
* [Limit the number of Kapacitor Flux tasks returned](#limit-the-number-of-kapacitor-flux-tasks-returned)

### List all Kapacitor Flux tasks

```sh
kapacitor flux task list
```

### List a specific Kapacitor Flux task

```sh
kapacitor flux task list --id 000x00xX0xXXx00
```

### List Kapacitor Flux tasks owned by a specific user

```sh
kapacitor flux task list --user-id XXX000xX0x00xX0
```

### Limit the number of Kapacitor Flux tasks returned

```sh
kapacitor flux task list --limit 20
```

#### Related

* [List Kapacitor Flux tasks](/kapacitor/v1/working/flux/manage/list/)
| Flag |  | Description |
| --- | --- | --- |
| Flag |  | Description |
| -h | --help | Show command help |
| -i | --id | Task ID |
|  | --json | Output data as JSON |
|  | --limit | Number of tasks to return  (default is 500) |
| -n | --user-id | Task owner ID |
