Is there a way to download logs for a flow run?
# prefect-cloud
s
Is there a way to download logs for a flow run?
1
c
Hi Stephen, yes you can hit the
/logs
API endpoint with a filter specifying the flow run's ID:
This endpoint supports limit/offset paging so you'd walk through
offset
values to collect them all up
s
👍
cc: @Sunny Shah