---
title: "Get details of an ecosystem."
method: GET
path: "/api/v2/ecosystems/{id}"
tags: ["Ecosystem"]
---

# Get details of an ecosystem.

`GET /api/v2/ecosystems/{id}`

Get the details of an ecosystem identified by its id.

## Path parameters

- `id` integer, required

## 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
- `404` — Not Found
- `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/versions/7dadaba760fb/schema)
