action telnyx_retrieve_conference { label: "Retrieve a conference" description: "Retrieve an existing conference" provider: telnyx method: GET path: "/conferences/{id}" encoding: json input: { type: "object" properties: { id: { type: "string" } } required: ["id"] additionalProperties: false } output: { type: "object" additionalProperties: true } }