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