List Flows
documentedRead the Flow definitions in Studio v1.
GET https://studio.twilio.com/v1/FlowsStudiono implementation yet0 runsNo implementation yet. Run it to have the agent write one, or open a pull request with your own.
Seed example (keychains curl)
npx -y keychains@latest curl "https://studio.twilio.com/v1/Flows?PageSize={{$pageSize}}&Page={{$page}}" \
-X GET \
-u "{{TWILIO_ACCOUNT_SID}}:{{TWILIO_AUTH_TOKEN}}" \
-H "Accept: application/json" \
-H "Content-Type: application/json"