How can I get Rigidbody.velocity instead of set it?

How can I GET the Rigidbody.velocity instead of set it? I am trying to make a rocket always face “forward” towards its velocity.

var myVelocity = rigidbody.velocity;