---
title: "List entities"
method: GET
path: "/api/v1/entities"
tags: ["entities"]
---

# List entities

`GET /api/v1/entities`

## Query parameters

- `space_uuid` string, uuid
- `space_id` string, uuid
- `entity_type` string
- `q` string
- `sort_by` 'name' | 'edge_count' | 'created_at'
- `order` 'asc' | 'desc'
- `limit` integer
- `offset` integer, nullable

## Response `200`

Entities

- EntityListResponse
  - `entities` EntityResponse[], required
    - `id` string, uuid, required
    - `space_id` string, uuid, required
    - `name` string, required
    - `entity_type` string, nullable, required
    - `edge_count` integer, required
    - `created_at` string, date-time, required
    - `updated_at` string, date-time, required
  - `total` integer, required

## Other responses

- `404` — Space not found

## Changes

- **2026-08-25** `55772030ddd3` — 2 breaking
  - the response property `fields` became nullable for the status `404`
  - the `fields` response's property type/format changed from `object`/`` to ``/`` for status `404`
- **2026-08-19** `b38f8e603649` — 1 breaking
  - the `fields` response's property type/format changed from ``/`` to `object`/`` for status `404`

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

---

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