action pims_fetch_one_event_channel { label: "Get one event channel by ID" provider: pims method: GET path: "/events/{event_id}/channels/{channel_id}" encoding: json input: { type: "object" properties: { channel_id: { type: "string" } } required: ["channel_id"] additionalProperties: false } output: { type: "object" additionalProperties: true } }