In NETCONF, the <get> operation retrieves all or part of a configuration and state data from the running datastore. The <get-config> operation retrieves configuration data from a specific configuration datastore (e.g., running, startup). These operations correspond to the RESTCONF GET operation, which is used to retrieve configuration and state data from a network device. This mapping between NETCONF and RESTCONF operations is described in detail in the RFC 6241 for NETCONF and RFC 8040 for RESTCONF.