---
title: "Get a list of ecosystems."
method: GET
path: "/api/v2/ecosystems"
tags: ["Ecosystem"]
---

# Get a list of ecosystems.

`GET /api/v2/ecosystems`

Get the list of ecosystems.

## Query parameters

- `page_number` integer
- `page_size` 10 | 20 | 30
- `name` string

## Response `200`

Success

- Ecosystem[]
  - `EcosystemId` integer, required — The unique id of the ecosystem.
  - `EcosystemName` string — The name of the ecosystem.
  - `InsertDate` string, date-time — The date of this operation.
  - `InsertUser` string — The Client ID performed the operation, which can be an email address or string 'API'.

## Other responses

- `401` — Unauthorized
- `default` — Failure

---

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