action apicurio_get_content_by_global_id { label: "Get artifact by global ID" description: "Gets the content for an artifact version in the registry using its globally unique\nidentifier.\n\nThis operation may fail for one of the following reasons:\n\n* No artifact version with this `globalId` exists (HTTP error `404`)\n* A server error occurred (HTTP error `500`)\n" provider: apicurio method: GET path: "/ids/globalIds/{globalId}" encoding: json input: { type: "object" properties: { dereference: { type: "boolean" } } additionalProperties: false } output: { type: "object" additionalProperties: true } }