action trello_get_actions_organization_by_id_action { label: "getActionsOrganizationByIdAction()" provider: trello method: GET path: "/actions/{idAction}/organization" encoding: json input: { type: "object" properties: { fields: { type: "string" } idAction: { type: "string" } key: { type: "string" } token: { type: "string" } } required: ["idAction", "key", "token"] additionalProperties: false } output: { type: "object" additionalProperties: true } }