Currently, sdk.sandboxes.get(sandboxId) returns sandbox metadata, but it doesn't include the runtime status (running/hibernated/stopped).
The only way to check status is via sdk.sandboxes.resume(sandboxId) which returns bootupType, but this also wakes up hibernated sandboxes as a side effect.
Could the status be included in the get() response?