How do you get Vector3 Position data from a Points() Object?

As the title states, I’ve got a bunch of points and I need to get position data for all of them, is this possible?

Hi!
points_object.geometry.attributes.position?
It’s a buffer attribute that contains coordinates of vertices. Each triplet of numbers defines a vertex.

Sorry for the dumb question, I didint spot it when I printed the object.