action opensuse_get_published_project_name_repository_name_view_status { label: "Present information about the last publication of the pair project and repository." description: "Get information about the build process (build id, start time, etc.) for the pair project and repository.\n" provider: opensuse method: GET path: "/published/{project_name}/{repository_name}?view=status" encoding: json input: { type: "object" properties: { view: { type: "string" enum: ["status"] } } additionalProperties: false } output: { type: "object" additionalProperties: true } }