Explore overview

Go to Explore to search items in Image Projects, Video or Audio Projects, and Text Projects using more specific criteria than just file names. The fields and values entered in the query bar match the JSON format.

Example queries

FunctionQuery
To search for items that have the In Progress status and are where assigned to the annotator whose email is [email protected]metadata(status = InProgress AND annotatorEmail = [email protected] )
To search for items that have the annotation status QualityCheckmetadata(status = QualityCheck )
To search for items that have the Completed and Skipped annotation statuses and are located in Folder 1metadata(status IN [Completed, Skipped]) AND folder = Folder 1)
To search for items that don't have the NotStarted and InProgress annotation statusesmetadata(status NOT IN [NotStarted, InProgress])
To search for items that contain instances with the class Carinstance(className = Car )