Returns the contents of a specified artifact. If artifacts are stored with GZip compression, the default behavior is to return the artifact uncompressed (the mimeType response field indicates the exact format returned).
HTTP request
GET https://apigeeregistry.googleapis.com/v1/{name=projects/*/locations/*/apis/*/versions/*/specs/*/artifacts/*}:getContents
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-07 UTC."],[[["This documentation outlines how to retrieve the contents of a specified artifact using the legacy Apigee Registry API."],["The API uses a `GET` request to a specific URL that follows gRPC Transcoding syntax."],["The required path parameter is `name`, which specifies the artifact to be retrieved in the format `{parent}/artifacts/*`."],["The request body must be empty when retrieving artifact contents."],["Authorization for this API requires the OAuth scope: `https://www.googleapis.com/auth/cloud-platform`."]]],[]]