---
title: "GET /api/products/streams/rich"
method: GET
path: "/api/products/streams/rich"
tags: ["api", "products"]
---

# GET /api/products/streams/rich

`GET /api/products/streams/rich`

Get all Product Streams

## Query parameters

- `top` number, float — A limit on the number of objects to be returned. Can range between 1 and 1000.
- `skip` number, float — The number of objects to skip for the requested result
- `name` string — The name of the product stream

## Response `200`

OK

- GETProductsGetAllProductStreams200Response
  - `docs` object[]
    - `_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.
  - `total` integer

## Other responses

- `400` — Bad Request
- `401` — Unauthorized

---

[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)
