---
title: "Retrieve infra products list"
method: GET
path: "/api/v1/infra/list"
tags: ["Infra"]
---

# Retrieve infra products list

`GET /api/v1/infra/list`

## Response `200`

OK

- InfraProductDto[]
  - `id` integer
  - `name` string, nullable
  - `price` number, double
  - `priceId` string, nullable
  - `yearlyPriceId` string, nullable
  - `productId` string, nullable

---

[API](https://skmtc.dev/taikun/apis/taikun-webapi.md) · [All operations](https://skmtc.dev/taikun/apis/taikun-webapi/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/taikun/taikun-webapi/revisions/09395964d191/schema)
