For the complete documentation index, see llms.txt. This page is also available as Markdown.

Get Cache Data

The path to access debug information. This only works for in_memory cache backend, where it returns the entire cache as a JSON object.

get

Congiruable using handlers_debug_path (in config.toml) or ORBIT_HANDLERS_DEBUG_PATH (using environment variables)

Responses
200

Debug information in JSON format.

application/json
get/debug
200

Debug information in JSON format.

Last updated