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
scopestringoptionallimitintegeroptionalGET
/memuron/graph/exportcurl https://api.memuron.com/memuron/graph/export200 OK
{
"status": "success",
"graph": { "nodes": [], "edges": [] }
}