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