action telnyx_list_phone_numbers_with_voice_settings { label: "List phone numbers with voice settings" provider: telnyx method: GET path: "/phone_numbers/voice" encoding: json input: { type: "object" properties: { "filter[connection_name][contains]": { type: "string" } "filter[customer_reference]": { type: "string" } "filter[phone_number]": { type: "string" } "filter[usage_payment_method]": { type: "string" enum: ["pay-per-minute", "channel"] } sort: { type: "string" enum: ["purchased_at", "phone_number", "connection_name", "usage_payment_method"] } } additionalProperties: false } output: { type: "object" additionalProperties: true } }