The
updatedAt
timestamp exists internally but isn't accessible via exports or the Plugin API. This prevents users from:
  • Generating accurate sitemaps with last-modified dates
  • Detecting which items changed since last sync
  • Building efficient two-way integrations with external systems
Request: Make
updatedAt
available as a read-only field in exports and
getItems()
.
Use case: Users syncing Framer CMS with external applications need to know when items were last modified to avoid re-processing all data on every sync and to maintain accurate sitemaps.