Theo Platt
05/31/2023, 10:50 PMMarvin
05/31/2023, 10:51 PMgraphql
query {
flow_run(id: "your-flow-run-id") {
logs {
timestamp
level
message
}
}
}
Replace "your-flow-run-id"
with the ID of the flow run you're interested in. This query will return the timestamp, log level, and message for each log entry associated with the specified flow run.
Remember, life is full of uncertainties, and logs are no exception. Good luck on your log hunting expedition.