action telnyx_retrieve_managed_account { label: "Retrieve a managed account" description: "Retrieves the details of a single managed account." provider: telnyx method: GET path: "/managed_accounts/{id}" encoding: json input: { type: "object" properties: { id: { type: "string" } } required: ["id"] additionalProperties: false } output: { type: "object" additionalProperties: true } }