action opensuse_get_build_project_repository_arch_package_log { label: "getBuildProjectRepositoryArchPackageLog" description: "This endpoint returns the last log file for a specific build artifact" provider: opensuse method: GET path: "/build/{project_name}/{repository_name}/{architecture_name}/{package_name}/_log" encoding: json output: { type: "object" additionalProperties: true } }