action ijenko_program_log { label: "History of executions of a Program" description: "Get the execution history list of this *Program*." provider: ijenko method: GET path: "/programs/{programId}/log" encoding: json output: { type: "object" additionalProperties: true } }