from sparkpost import SparkPost

sp = SparkPost()
recipient_list = sp.recipient_lists.get('list_id')
print(recipient_list)
