action telnyx_list_connections { label: "List connections" description: "Returns a list of your connections irrespective of type." provider: telnyx method: GET path: "/connections" encoding: json output: { type: "object" additionalProperties: true } }