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 last_updated field on the docs query. GraphQLquery { docs( object_ids: [123456789] limit: 1 ) { id object_id settings last_updated created_by { id name } } }