Version
Retrieves the build version and package details of the running Gotenberg instance.
This route returns a JSON object containing the specific version tag (e.g., 8.0.0) and the package name. It is useful for verifying deployments or logging environment details.
info
Custom variants of Gotenberg may not print a strict semver version.
For instance, the live demo prints {semver}-live-demo-snapshot.
GET/version
Headers
Gotenberg-Tracestring
A custom request ID to identify the request in the logs; overrides the default UUID.
Example Request
cURL
curl --request GET http://localhost:3000/version
Responses
- 200 OK
The service is healthy.
Content-Type: text/plain; charset=UTF-8
Gotenberg-Trace: {trace}
Body:
{semver}
