action apicurio_get_content_by_hash { label: "Get artifact content by SHA-256 hash" description: "Gets the content for an artifact version in the registry using the \nSHA-256 hash of the content. This content hash may be shared by multiple artifact\nversions in the case where the artifact versions have identical content.\n\nThis operation may fail for one of the following reasons:\n\n* No content with this `contentHash` exists (HTTP error `404`)\n* A server error occurred (HTTP error `500`)\n" provider: apicurio method: GET path: "/ids/contentHashes/{contentHash}/" encoding: json output: { type: "object" additionalProperties: true } }