action telnyx_list_ips { label: "List Ips" description: "Get all IPs belonging to the user that match the given filters." provider: telnyx method: GET path: "/ips" encoding: json input: { type: "object" properties: { "filter[connection_id]": { type: "string" } "filter[ip_address]": { type: "string" } "filter[port]": { type: "integer" } } additionalProperties: false } output: { type: "object" additionalProperties: true } }