I need a way to get the uid of the author that created the node (retroactively, my content is already in place, so I can't use global $user).

I think the variable I have is $entity.

Can I do something like $entity->uid? This does not seem to work.