diff --git a/cxx/constellation/satellite/BaseSatellite.cpp b/cxx/constellation/satellite/BaseSatellite.cpp
index 813566699fd61afcd22d59fa3abc25eb9efffb81..982591e17e76a78dbb2dbcb9759a06f63156fdc2 100644
--- a/cxx/constellation/satellite/BaseSatellite.cpp
+++ b/cxx/constellation/satellite/BaseSatellite.cpp
@@ -180,6 +180,7 @@ BaseSatellite::handle_standard_command(std::string_view command) {
         command_dict["get_status"] = "Get status of satellite";
         command_dict["get_config"] =
             "Get config of satellite (returned in payload as flat MessagePack dict with strings as keys)";
+        command_dict["get_run_id"] = "Current or last run identifier";
 
         // Append user commands
         const auto user_commands = user_commands_.describeCommands();