Is there a way to check if a board, list, or card exists in Trello? Would like to create a python script that will display the list of the mentioned components if the name already exists.
I checked the API it seems there is no query function.
Hoping for your inputs. Thanks in advance.
Got it now. I was able to use the search API from trello. https://developer.atlassian.com/cloud/trello/rest/api-group-search/#api-search-get
Sharing the code: