--- title: influx task run find description: The 'influx task run find' command outputs information related to runs of a task. menu: v2_0_ref: name: influx task run find parent: influx task run weight: 301 --- The `influx task run find` command outputs information related to runs of a task. ## Usage ``` influx task run find [flags] ``` ## Flags | Flag | Description | Input type | |:---- |:----------- |:----------: | | `--after` | After-time for filtering | string | | `--before` | Before-time for filtering | string | | `-h`,`--help` | Help for `find` | | | `--limit` | Limit the number of results | integer | | `--org-id` | Organization ID | string | | `--run-id` | Run ID | string | | `--task-id` | Task ID **(Required)** | string | ## Global flags | Global flag | Description | Input type | |:----------- |:----------- |:----------:| | `--host` | HTTP address of InfluxDB (default `http://localhost:9999`) | string | | `--local` | Run commands against the local filesystem | | | `-t`, `--token` | API token to use in client calls | string |