In the database viewer of the console I don't see how I can find a document by id. I can only filter on the custom attributes. Am I missing something?
See available filter options in the image.
TL;DR
To find a document by its ID in the Appwrite console, you cannot directly search for it. However, you can use the Appwrite API to programmatically retrieve a document by ID. In the database viewer of the console, you can only filter on custom attributes and not directly search by ID. You can refer to the Appwrite API documentation for more information and implementation details.