Sign in

List Flows

documented

Read the Flow definitions in Studio v1.

GET https://studio.twilio.com/v1/FlowsStudiono implementation yet0 runs
No 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"
List Flows · Twilio · OpenIntegrations