Back to AllAddedNew `updated_at` field November 10th, 2025 🏷️ API version: 2026-01 You can now retrieve a monday workdoc's last updated date using the new updated_at field on the docs query. GraphQLquery { docs( object_ids: [123456789] limit: 1 ) { id object_id settings updated_at created_by { id name } } }