---
title: "List all entities with memory counts."
method: GET
path: "/v1/entities"
tags: ["Entities"]
---

# List all entities with memory counts.

`GET /v1/entities`

Returns all distinct entity IDs for the authenticated deployment, ordered by most recently active. Paginated via `page` and `page_size`.

## Query parameters

- `entity_type` 'user' | 'agent' | 'session'
- `page` integer
- `page_size` integer

## Response `200`

Paginated entity list.

- object

## Other responses

- `400` — Input validation error
- `500` — Internal server error

## Changes

- **2026-07-17** `d501daa39bb2` — 1 info
  - endpoint added
- **2026-05-18** `457c8928e1ab` — 1 breaking
  - api path removed without deprecation

[Change history](https://skmtc.dev/atomicstrata/apis/atomicmemory-http-api/changes/v1/entities/get.md)

---

[API](https://skmtc.dev/atomicstrata/apis/atomicmemory-http-api.md) · [All operations](https://skmtc.dev/atomicstrata/apis/atomicmemory-http-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/atomicstrata/atomicmemory-http-api/revisions/d501daa39bb2/schema)
