Orbit GraphQL
Github
  • Orbit GraphQL
  • Quickstart
  • How does it work?
  • Configuration Options
  • API reference
    • GraphQL Endpoint
    • Cache Purge
      • Flush Everything
      • Flush a Resource
    • Get Cache Data
    • Healthcheck
Powered by GitBook
On this page
Edit on GitHub
  1. API reference

Get Cache Data

PreviousFlush a ResourceNextHealthcheck

Last updated 8 months ago

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
GET /debug HTTP/1.1
Host: 
Accept: */*
200

Debug information in JSON format.

No content