memμrondocs
Console
API REFERENCE

Query a space

Run a filesystem-style Memuron query or pipeline inside a space.

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

Body parameters

querystringrequired

cwdstringoptional

Call query manual first when learning commands or recovering from errors.
POST/memuron/spaces/query
curl -X POST https://api.memuron.com/memuron/spaces/query \
  -H "Content-Type: application/json"
200 OK
{
  "kind": "listing",
  "protocol": "memuron.graph-filesystem.v1",
  "items": [],
  "count": 0
}