This worked to find all records where a metadata string (docID) existed:
results = collection.get(where={"docID": {"$nin": [""]}},include=["metadatas", "documents"], limit=10000)