1 2 3 4 5 6 7
# list deployments = project.deployments.list() # end list # get deployment = project.deployments.get(deployment_id) # end get