prefect task-run
prefect task-run [OPTIONS] COMMAND [ARGS]...
View and inspect task runs.
prefect task-run inspect
prefect task-run inspect [OPTIONS] ID
View details about a task run.
Open the task run in a web browser.
Specify an output format. Currently supports: json
prefect task-run ls
prefect task-run ls [OPTIONS]
Maximum number of task runs to list
Name of the task run’s state
Type of the task run’s state
prefect task-run logs
prefect task-run logs [OPTIONS] ID
View logs for a task run.
Show the first 20 logs instead of all logs.
Number of logs to show when using the —head or —tail flag. If None, defaults to 20.
Reverse the logs order to print the most recent logs first
Show the last 20 logs instead of all logs.