memμrondocs
Console
API REFERENCE

Export graph

Export a bounded graph snapshot for the active organization.

Requires authentication — a Bearer token or X-Memuron-Actor-Id header.

Query parameters

scopestringoptional

limitintegeroptional

GET/memuron/graph/export
curl https://api.memuron.com/memuron/graph/export
200 OK
{
  "status": "success",
  "graph": { "nodes": [], "edges": [] }
}