---
title: "Get product"
method: GET
path: "/ecosystems/{ecosystem_id}/products/{id}"
tags: ["Product"]
---

# Get product

`GET /ecosystems/{ecosystem_id}/products/{id}`

Get product

## Path parameters

- `ecosystem_id` string, required
- `id` string, required

## Response `200`

Product

- GetProductResponse
  - `status_code` integer, required — HTTP Response Status Code
  - `status` string, required — HTTP Response Status
  - `data` Product, required
    - `id` string
    - `name` string, required
    - `slug` string, required
    - `description` string
    - `visible` boolean, required
    - `sequence` integer
    - `count` integer
    - `logo` File
      - `id` string
      - `content_type` string
      - `type` 'LOGO' | 'BANNER' | 'SCREENSHOT'
      - `url` string, required
      - `created_at` string, date-time
      - `updated_at` string, date-time
    - `translations` Translation[], nullable
      - `key` string, required
      - `locale` string, required
      - `value` string

## Changes

- **2026-07-13** `a8b2ef683438` — 2 info
  - the response property `data/translations/items/key` became required for the status `200`
  - the response property `data/translations/items/locale` became required for the status `200`
- **2022-04-06** `4e8721dca810` — 1 warning, 5 info
  - removed the optional property `data/logo/contentType` from the response with the `200` status
  - added the optional property `data/logo/content_type` to the response with the `200` status
  - the response property `data/logo/url` became required for the status `200`
  - the response property `data/name` became required for the status `200`
  - …2 more
- **2022-03-29** `fe50a1221140` — 10 breaking, 1 warning, 1 info
  - the response property `data/description` became nullable for the status `200`
  - the response property `data/logo` became nullable for the status `200`
  - the response property `data/logo/type` became nullable for the status `200`
  - the response property `data/translations/items/value` became nullable for the status `200`
  - …8 more

[Change history](https://skmtc.dev/apideck-libraries/apis/ecosystem-api/changes/ecosystems/:ecosystem_id/products/:id/get.md)

---

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