action telnyx_get_media { label: "Retrieve stored media" description: "Returns the information about a stored media file." provider: telnyx method: GET path: "/media/{media_name}" encoding: json output: { type: "object" additionalProperties: true } }