---
title: "GET /api/products/streams/{id}"
method: GET
path: "/api/products/streams/{id}"
tags: ["api", "products"]
---

# GET /api/products/streams/{id}

`GET /api/products/streams/{id}`

Get a Product Stream

## Path parameters

- `id` string, required — The ID of the product stream

## Response `200`

OK

- GETProductsGetAProductStream200Response
  - `_id` string, required — The ID of the product stream.
  - `name` string, required — The name of the product stream.
  - `sellerId` string, required — The seller ID of the product stream.
  - `products` string[] — The products in the product stream.
  - `active` boolean — Whether the product stream is active or not.
  - `createdAt` string, date-time — An ISO timestamp indicating when the product was created.
  - `updatedAt` string, date-time — An ISO timestamp indicating when the product was last updated.

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `404` — Not Found

---

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