action cenit_get_setup_observer_id { label: "Retrieve an existing event" description: "Retrieves the details of an existing event. You need only supply the unique event identifier that was returned upon event creation." provider: cenit method: GET path: "/setup/observer/{id}" encoding: json input: { type: "object" properties: { id: { type: "string" } } required: ["id"] additionalProperties: false } output: { type: "object" additionalProperties: true } }