Deprecation of the 'status' on the file object

I have files uploaded and attached to vector stores for assistant purpose. Recently some assistants malfunctioned due to a corrupted file uploaded to the vector store. As a result, the assistant started answering with random, unmeaningful text in random languages.

I have to manually open all the files attached to this vector store and manually delete the file where the status = ‘failed’.

When viewing the files on the assistant dashboard, the status of the file = “Failed”

Now that the status field of the file object has been deprecated. I can only relying on the vector store file’s status to check whether the file is okay.

However, if you navigate to Storage dashboard, there are still a status field to tell whether the file is okay.

When you navigate to a Vector store file, there is no such thing called status.

How do I deal with the corrupted file uploaded after the deprecation of the status on the file object? The status of the vector store file doesn’t seems to care whether the file attached is corrupted (failed),