action trello_get_checklists_check_items_by_id_checklist_by_id_check_item { label: "getChecklistsCheckItemsByIdChecklistByIdCheckItem()" provider: trello method: GET path: "/checklists/{idChecklist}/checkItems/{idCheckItem}" encoding: json input: { type: "object" properties: { fields: { type: "string" } idCheckItem: { type: "string" } idChecklist: { type: "string" } key: { type: "string" } token: { type: "string" } } required: ["idCheckItem", "idChecklist", "key", "token"] additionalProperties: false } output: { type: "object" additionalProperties: true } }