Is there a way to retrieve the tags related to a project with the python SDK. I was looking at the API docs and I only saw ways to create a new tag but not retrieve the tags.
Thank you!
Hi @EC123456789,
Thank you for your message.
There is no method in the SDK immediately available. But, one should be released soon.
Best regards,
Paul N.
Labelbox Support
2 Likes
Hi @EC123456789 ,
With the latest version of the SDK, you can use project.get_resource_tags()
(Project)
Best regards,
Paul N.
Labelbox Support
2 Likes