fetch_first_id# langchain_community.utilities.clickup.fetch_first_id(data: dict, key: str) → int | None[source]# Fetch the first id from a dictionary. Parameters: data (dict) key (str) Return type: int | None