action opensuse_get_build_project_repository_arch_package_history { label: "getBuildProjectRepositoryArchPackageHistory" description: "This endpoint returns the build history for a specific artifact" provider: opensuse method: GET path: "/build/{project_name}/{repository_name}/{architecture_name}/{package_name}/_history" encoding: json output: { type: "object" additionalProperties: true } }