Filter by project tag in labelbox sdk

Hello, I am following the sdk boilerplate code for getting all projects a user has access to:

projects = client.get_projects(where=(Project.name == "<project_name>") & (Project.description == "<project_description>"))

Is it possible to filter by the project tag?

Although not available currently, this capability is coming soon!

1 Like