---
title: "queries all products' information"
method: GET
path: "/products/"
tags: ["platform"]
---

# queries all products' information

`GET /products/`

queries all products' information

## Query parameters

- `internalProduct` integer
- `status` string
- `vendorId` string

## Response `200`

OK

- object
  - `code` integer
  - `data` object
    - `products` object — arch version
  - `message` string

## Other responses

- `401` — Unauthorized
- `403` — Forbidden
- `500` — Internal Server Error

## Changes

- **2022-03-07** `e9e75c7c2edb` — 1 warning, 5 info
  - deleted the `query` request parameter `productIDs`
  - api tag `platform` added
  - api tag `product` removed
  - added the new optional `query` request parameter `internalProduct`
  - …2 more

[Change history](https://skmtc.dev/pingcap/apis/em-ui-api/changes/products/get.md)

---

[API](https://skmtc.dev/pingcap/apis/em-ui-api.md) · [All operations](https://skmtc.dev/pingcap/apis/em-ui-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/pingcap/em-ui-api/revisions/e9e75c7c2edb/schema)
