action telnyx_retrieve_call_from_queue { label: "Retrieve a call from a queue" description: "Retrieve an existing call from an existing queue" provider: telnyx method: GET path: "/queues/{queue_name}/calls/{call_control_id}" encoding: json input: { type: "object" properties: { queue_name: { type: "string" } } required: ["queue_name"] additionalProperties: false } output: { type: "object" additionalProperties: true } }