In CookieDB, getting a document can be done via a document key and a table. This will throw if the document doesn't exist, if the document isn't a part of the specified table, or if the table doesn't exist.
await cookieDB.get("table_name", "document_key");