langsmith.client.Client.list_shared_projects#

Client.list_shared_projects(*, dataset_share_token: str, project_ids: List[UUID | str] | None = None, name: str | None = None, name_contains: str | None = None, limit: int | None = None) Iterator[TracerSessionResult][source]#

List shared projects.

Parameters:
  • dataset_share_token (str) – str The share token of the dataset.

  • project_ids (List[UUID | str] | None) – List[ID_TYPE], optional List of project IDs to filter the results, by default None.

  • name (str | None) – str, optional Name of the project to filter the results, by default None.

  • name_contains (str | None) – str, optional Substring to search for in project names, by default None.

  • limit (int | None) – int, optional

Yields:

TracerSessionResult – The shared projects.

Return type:

Iterator[TracerSessionResult]