action telnyx_get_address { label: "Retrieve an address" description: "Retrieves the details of an existing address." provider: telnyx method: GET path: "/addresses/{id}" encoding: json input: { type: "object" properties: { id: { type: "string" } } required: ["id"] additionalProperties: false } output: { type: "object" additionalProperties: true } }