signalwire-python
signalwire-python copied to clipboard
TypeError: list() got an unexpected keyword argument 'status'
Everything works in this except when I add the status part. Trying to get all messages that weren't delivered
messages = client.messages.list( from_ = client_number, date_sent='2021-01-19', status='undelivered')