action telnyx_retrieve_call_control_application { label: "Retrieve a call control application" description: "Retrieves the details of an existing call control application." provider: telnyx method: GET path: "/call_control_applications/{id}" encoding: json input: { type: "object" properties: { id: { type: "string" format: "int64" } } required: ["id"] additionalProperties: false } output: { type: "object" additionalProperties: true } }