Getting a Vertex's coordinates via Python API

Is there a way to get a specific vertex’s coordinates via the python api.

Something along the line of:
cubit.get_vertex_coordinate(vertex_id,dim1)

Thanks.