Hey everyone! Does anyone know a way to use Python...
# ask-community
j
Hey everyone! Does anyone know a way to use Python to get a list of all JSON blocks from my Prefect Cloud workspace? I want a list of all the names, assuming I don't know any.
1
r
use prefect client and read_block_documents()
🙏 1
j
Great, thanks! Dunno why this wasn't coming up in my searches...
r
helps if you google prefect 2.0+bla
👍 1