Debug
Retrieves the current configuration and module details.
This route returns a structured list of the application's runtime configuration, active modules, and the specific versions of underlying dependencies (such as the Chromium or LibreOffice binaries). It is primarily used for troubleshooting environment setups and verifying that startup flags have been correctly applied.
info
This route is only available if the API_ENABLE_DEBUG_DATA environment variable is set to true.
GET/debug
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/debug
Responses
- 200 OK
See https://demo.gotenberg.dev/debug for details.
