action telnyx_list_outbound_voice_profiles { label: "Get all outbound voice profiles" description: "Get all outbound voice profiles belonging to the user that match the given filters." provider: telnyx method: GET path: "/outbound_voice_profiles" encoding: json output: { type: "object" additionalProperties: true } }