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