# Fetch this OpenAPI 3.1 spec for the global CBOM export

<Heading
  as={"h1"}
  className={"openapi__heading"}
  children={"Fetch this OpenAPI 3.1 spec for the global CBOM export"}
>
</Heading>

<MethodEndpoint
  method={"get"}
  path={"/export/cyclonedx/openapi.yaml"}
  context={"endpoint"}
>
  
</MethodEndpoint>

Returns this OpenAPI 3.1 contract as YAML, so procurement and vendor
tooling can retrieve the machine-readable API definition at runtime. It
uses the same authentication as the export itself.

<ParamsDetails
  parameters={undefined}
>
  
</ParamsDetails>

<RequestSchema
  {...require("./get-global-cyclone-dx-open-api-spec.RequestSchema.json")}
>
  
</RequestSchema>

<StatusCodes
  {...require("./get-global-cyclone-dx-open-api-spec.StatusCodes.json")}
>
  
</StatusCodes>
