Hi everybody. I try to get an idea of "Is it possi...
# ask-community
j
Hi everybody. I try to get an idea of "Is it possible?". I've defined a custom Block (e.g. a jira project or gitlab repo) with the respective data. I wonder if I can retrieve all Blocks of type "...gitlab-repo" (not the block name) or if it is only possible to retrieve them by block name. Current work around is to use a JSON Object in a named block but this seems very unmaintainable over time. Or does anybody know if there is already an issue bout this? I've search but couldn't find any.
n
hi @Jon - you can use the
read_block_documents_by_type
client method for this
Copy code
» python flows/proofs/using_client/all_blocks_of_type.py
marvin-slackbot-github-token
my-super-secret
openai-api-key
slack-api-token
tpuf-api-key
j
I'll try. Thx very much for the reply