Debug
Returns the runtime configuration, active modules, and dependency versions (Chromium, LibreOffice). Useful for troubleshooting and verifying startup flags.
Only available when API_ENABLE_DEBUG_DATA 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
See https://demo.gotenberg.dev/debug for details.

