Robert Esteves
03/28/2023, 4:09 PMDominic Tarro
03/28/2023, 9:27 PMprefect flow-run logs <flow run id>
. If not, you could look into overriding Prefect's log formatter with something like python-json-logger.
If you want all logs for all runs of a flow you'll have to look into the prefect.server
library to try and query them.