dokkaiv0.1.0
API Reference

List projects with a graph

Every project with an ingested graph JSON in ingested/.

GET/graphany

Read directly off the filesystem — restart-proof, no separate registry. Returns [] when nothing has been ingested yet.

Responses

200Projects with an ingested graph
json
[
  {
    "project": "your-repo",
    "file": "your-repo.json",
    "nodes": 4760,
    "edges": 8959,
    "generated_at": "2026-07-08T22:43:50Z",
    "chunks": 2770,
    "repo_path": "/Users/you/projects/your-repo"
  }
]