This endpoint reads information about a specific allocation.
https://www.nomadproject.io/api/allocations.html#read-allocation
import nomad
my_nomad = nomad.Nomad(host='192.168.33.10')
allocation = my_nomad.allocation.get_allocation('32c54571-fb79-97d2-ee38-16673bab692c')
print (allocation)