_storage, _scheduled_functions) are queryable using the exact same API as regular tables. These tables contain metadata for built-in Convex features, and are read-only.
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Query system tables using the same API as regular tables.
_storage, _scheduled_functions) are queryable using the exact same API as regular tables. These tables contain metadata for built-in Convex features, and are read-only.
reader.table("_storage").get(storageId);
reader.table("_scheduled_functions").index("by_creation_time", "desc").take(10);