get: summary: Download artifact x-auth-scopes: [read_manifest] parameters: - name: project_id in: path required: true schema: type: string - name: version in: path required: true schema: type: string responses: '200': description: Artifact tar.gz content: application/gzip: schema: type: string format: binary '401': description: Unauthorized x-error-codes: [unauthorized] content: application/json: schema: $ref: '../schemas/error.yaml' examples: unauthorized: value: code: unauthorized message: Missing or invalid token '404': description: Not Found x-error-codes: [not_found] content: application/json: schema: $ref: '../schemas/error.yaml' examples: not_found: value: code: not_found message: Artifact not found '429': description: Too Many Requests x-error-codes: [rate_limited] content: application/json: schema: $ref: '../schemas/error.yaml' examples: rate_limited: value: code: rate_limited message: Too many requests