View task run history and logs

    Use the InfluxDB user interface (UI) or the command line interface (CLI) to view task run histories and associated logs.

    1. In the navigation menu on the left, select Tasks.

    2. Hover over the task you want to run and click the icon.

    Use the influx task run list command to view a task’s run history.

    Detailed run logs are not currently available in the influx CLI.

    1. # Retry failed tasks for a specific task
    2. influx task retry-failed \
    3. # Print information about runs that will be retried
    4. influx task retry-failed \
    5. --dry-run
    6. # Retry failed task runs that occurred in a specific time range
    7. influx task retry-failed \
    8. --after 2021-01-01T00:00:00Z \
    9. --before 2021-01-01T23:59:59Z