---
title: "Search Entity Details"
method: GET
path: "/v2/entities"
tags: ["Entity Information"]
---

# Search Entity Details

`GET /v2/entities`

Returns a list of entities that match the specified search term.

## Query parameters

- `cursor` string
- `size` number
- `networks` string[]

## Response `200`

List of entities that match the specified search term.

- EntityIndexResponseDto
  - `items` EntityDto[], required
    - `id` string, required
    - `name` string, required
    - `icon_url` string
  - `meta` CursorMetaDto, required
    - `next_cursor` string, nullable — Opaque string cursor pointing to the next page of results. null if there is no next page.
    - `previous_cursor` string, nullable — Opaque string cursor pointing to the previous page of results. null if there is no previous page.
    - `first_page_cursor` string — Opaque string cursor pointing to the very first page in the entire dataset with respect to the current filter.
    - `last_page_cursor` string, nullable — Opaque string cursor pointing to the very last page in the entire dataset with respect to the current filter.
    - `total_count` number, nullable — Total number of results.
    - `page_number` number — Current page number.

---

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