---
title: "Retrieve selected flavors for project"
method: GET
path: "/api/v1/flavors/projects/list"
tags: ["Flavors"]
---

# Retrieve selected flavors for project

`GET /api/v1/flavors/projects/list`

## Query parameters

- `Limit` integer
- `Offset` integer
- `ProjectId` integer
- `SortBy` string
- `SortDirection` string
- `Search` string
- `FilterBy` string
- `OrganizationId` integer
- `FlavorName` string
- `WithPrice` boolean

## Response `200`

OK

- BoundFlavorsForProjectsList
  - `data` BoundFlavorsForProjectsListDto[], nullable, required
    - `id` integer, required
    - `name` string, required
    - `cpu` integer, required
    - `ram` number, double, required
    - `projectId` integer, nullable, required
    - `projectName` string, required
    - `maxDataDiskCount` integer, nullable, required
    - `existsLinuxSpotPrice` boolean, required
    - `existsWindowsSpotPrice` boolean, required
    - `linuxSpotPrice` string, nullable, required
    - `linuxPrice` string, nullable, required
    - `windowsSpotPrice` string, nullable, required
    - `windowsPrice` string, nullable, required
    - `cloudType` 'NONE' | 'AWS' | 'AZURE' | 'GOOGLE' | 'OPENSTACK' | 'PROXMOX' | 'TANZU' | 'OPENSHIFT' | 'VSPHERE' | 'ZADARA' | 'ZEDEDA' | 'GENERICKUBERNETES', required
    - `localDiskSize` integer
  - `totalCount` integer, required

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `403` — Forbidden
- `404` — Not Found
- `409` — Conflict
- `500` — Internal Server Error

---

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