action telnyx_retrieve_call_status { label: "Retrieve a call status" description: "Returns the status of a call (data is available 10 minutes after call ended)." provider: telnyx method: GET path: "/calls/{call_control_id}" encoding: json output: { type: "object" additionalProperties: true } }