Hello,
For our automation workflow, It would be really nice to be able to filter and fetch all data row IDs by metadata fields either via the Python SDK or GraphQL queries.
Is this feature possible?
Right now, I believe the only way to do this is to export all data rows with `include_metadata=True for every dataset, then filter by the metadata attribute in Python. However, this seems very inefficient as every time we want to ‘query via metadata’ it requires exporting all data rows off Labelbox and looping through all items.