How to retrieve gameobjects that are inside of a grid?

I have a Grid component that has several child objects in different cells. One of those child objects is named ‘StartPipe’. Is there a way to know which object is located in the cell that is to the left of StartPipe?

Perhaps you’re looking for TileMap.GetTile()?