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