How can I get all conversations in an active
state?
I'm using this command to list all conversation SIDs, but I can't find a way to filter only the active ones.
twilio api:conversations:v1:services:conversations:list \
--chat-service-sid ISXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX \
--properties sid,state --limit=100
In help command I see it has a page-size=<value>
parameter, but there's no way to specify which page to retrieve
twilio api:conversations:v1:services:conversations:list --help