Adds the route entry alongside the existing POST routes. Note: this is the brain HTTP REST API's first GET endpoint — it follows REST semantics for pure reads, while the legacy POST routes (query, write, ingest, etc.) all take JSON bodies. Future read endpoints SHOULD use GET; future write endpoints continue with POST.