How to list all the executions

Hi,
I know that with knife status I can list the last successful execution time for each node. But what I need is to list all the last executions of all the nodes, including both successful and unsuccessful executions. Which kind of command should I use?

Regards,
Rosario

Chef Server on its own does not store any information about failed runs so you wouldn’t be able to do it there. If you use Chef Automate or the older Reporting add-on you can pull it from those feeds, or you could make your own event handler to store the data somewhere else.

Thanks a lot for the details :slight_smile: