---
title: "GET /api/v1/products"
method: GET
path: "/api/v1/products"
tags: ["Product"]
---

# GET /api/v1/products

`GET /api/v1/products`

## Query parameters

- `field_selector` string

## Response `200`

OK

- ApiProductV1ListProductsReply
  - `items` ApiProductV1GetProductReply[] — The list of products
    - `name` string — The name of the product
    - `git` ApiProductV1GitGroup
      - `gitlab` ApiProductV1GitlabGroup
        - `path` string — The path of the Gitlab group
        - `visibility` string — The visibility of the Gitlab group
        - `description` string — The description of the Gitlab group
      - `github` ApiProductV1GithubGroup
        - `path` string — The path of the Github group
        - `visibility` string — The visibility of the Github group
        - `description` string — The description of the Github group

## Changes

- **2023-12-04** `95d4b1439220` — 1 info
  - added the new optional `query` request parameter `field_selector`
- **2023-11-24** `58206cc16454` — 1 breaking, 2 warning, 1 info
  - the `items/items/git` response's property type/format changed from `object`/`` to ``/`` for status `200`
  - removed the optional property `items/items/git/github` from the response with the `200` status
  - removed the optional property `items/items/git/gitlab` from the response with the `200` status
  - added `#/components/schemas/api.product.v1.GitGroup` to the `items/items/git` response property `allOf` list for the response status `200`
- **2023-08-08** `9c89db0ede4e` — 1 breaking, 1 warning, 3 info
  - the `items/items/git` response's property type/format changed from ``/`` to `object`/`` for status `200`
  - deleted the `query` request parameter `field_selector`
  - added the optional property `items/items/git/github` to the response with the `200` status
  - added the optional property `items/items/git/gitlab` to the response with the `200` status
  - …1 more

[Change history](https://skmtc.dev/nautes-labs/apis/untitled-api/changes/api/v1/products/get.md)

---

[API](https://skmtc.dev/nautes-labs/apis/untitled-api.md) · [All operations](https://skmtc.dev/nautes-labs/apis/untitled-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/nautes-labs/untitled-api/revisions/ce38dc32cd8a/schema)
