---
title: "List all namespaces and quota"
method: GET
path: "/v1/agent/memory"
tags: ["Agent Memory"]
---

# List all namespaces and quota

`GET /v1/agent/memory`

## Response `200`

Namespace list with quota info

- object
  - `namespaces` object[]
    - `namespace` string
    - `key_count` integer
    - `total_bytes` integer
    - `last_updated` string
  - `quota` object
    - `used_bytes` integer
    - `quota_bytes` integer
    - `remaining_bytes` integer

## Other responses

- `401` — Invalid or missing X-Agent-Key header

---

[API](https://skmtc.net/voidly/apis/voidly-api.md) · [All operations](https://skmtc.net/voidly/apis/voidly-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/voidly/voidly-api/revisions/decbe6fd40a8/schema)
