fetch_space_id#

langchain_community.utilities.clickup.fetch_space_id(
team_id: int,
access_token: str,
) int | None[source]#

Fetch the space id.

Parameters:
  • team_id (int)

  • access_token (str)

Return type:

int | None