Hey bro,
Try mgmt cli as per below:
https://sc1.checkpoint.com/documents/latest/APIs/#cli/show-session~v2.0.1%20
example in my lab:
[Expert@CP-MANAGEMENT:0]# mgmt_cli show session --format json
Username: admin
Password:
{
"uid" : "cf2fc778-d8a7-4a18-9f9b-0a8eadad841c",
"type" : "session",
"domain" : {
"uid" : "41e821a0-3720-11e3-aa6e-0800200c9fde",
"name" : "SMC User",
"domain-type" : "domain"
},
"state" : "open",
"user-name" : "admin",
"description" : "",
"last-login-time" : {
"posix" : 1763132728324,
"iso-8601" : "2025-11-14T10:05-0500"
},
"expired-session" : false,
"application" : "WEB_API",
"changes" : 0,
"in-work" : true,
"ip-address" : "127.0.0.1",
"locks" : 0,
"email" : "",
"phone-number" : "",
"connection-mode" : "read write",
"session-timeout" : 600,
"connected-server" : {
"uid" : "a475d4ab-c341-9a40-9ea3-6baa1b8aded4",
"name" : "CP-MANAGEMENT",
"type" : "checkpoint-host",
"domain" : {
"uid" : "41e821a0-3720-11e3-aa6e-0800200c9fde",
"name" : "SMC User",
"domain-type" : "domain"
},
"icon" : "NetworkObjects/management",
"color" : "red"
},
"workflow-state" : "open",
"workflow-history" : "",
"comments" : "",
"color" : "black",
"icon" : "Objects/worksession",
"tags" : [ ],
"meta-info" : {
"lock" : "unlocked",
"validation-state" : "ok",
"last-modify-time" : {
"posix" : 1763132728330,
"iso-8601" : "2025-11-14T10:05-0500"
},
"last-modifier" : "admin",
"creation-time" : {
"posix" : 1763132728307,
"iso-8601" : "2025-11-14T10:05-0500"
},
"creator" : "admin"
},
"read-only" : true,
"available-actions" : { }
}
[Expert@CP-MANAGEMENT:0]#
btw, you dont see anything below?

Best,
Andy