Operations
Get OpenAPI YAML
Download the OpenAPI 3.1 specification for this API, as authored, in YAML.
GET
This OpenAPI document (YAML)
Serves the OpenAPI 3.1 document that describes every route on this
instance, exactly as authored. The spec is embedded into the binary at build
time, so what you download always matches the code that is running — it is
the same file this reference is generated from and the source the SDKs are
kept in sync with. No authentication is required. For the same document as
JSON, use Get OpenAPI JSON; to
confirm which build you are reading, pair it with
Get Version.
Example Request
Response
Content-Type: application/yaml. The body is the specification document
itself, byte-for-byte as authored, not a JSON envelope. The excerpt below
is abridged — # … comments mark where the real document continues — but
every line shown is verbatim.
Errors
This endpoint has no failure modes of its own and always returns200. A
build whose embedded spec fails to parse does not start, so a running
instance always has a valid document to serve.Authorizations
Response
200 - application/yaml
The OpenAPI 3.1 specification in YAML.
The response is of type string.