---
title: "Retrieve all projects"
method: GET
path: "/api/v1/projects"
tags: ["Projects"]
---

# Retrieve all projects

`GET /api/v1/projects`

## Query parameters

- `Limit` integer
- `Offset` integer
- `OrganizationId` integer
- `SortBy` string
- `SortDirection` string
- `Search` string
- `UpdatedAt` string, date-time
- `SearchId` string
- `Id` integer
- `BackupCredentialId` integer
- `Healthy` boolean

## Response `200`

OK

- ProjectsList
  - `data` ProjectListDetailDto[], nullable, required
    - `id` integer, required
    - `name` string, required
    - `isKubernetes` boolean, required
    - `isLocked` boolean, required
    - `isVirtualCluster` boolean, required
    - `isMonitoringEnabled` boolean, required
    - `hasKubeConfigFile` boolean, required
    - `isMaintenanceModeEnabled` boolean, required
    - `cloudCredentialName` string, nullable
    - `organizationName` string, required
    - `organizationId` integer, required
    - `status` 'Null' | 'Deleting' | 'DisableAi' | 'DisableGatekeeper' | 'DeletingBackupPolicies' | 'DisableBackup' | 'DisableMonitoring' | 'EnableBackup' | 'EnableMonitoring' | 'EnableAi' | 'EnableGatekeeper' | 'Failure' | 'FailedUpgrade' | 'Purging' | 'Ready' | 'Updating' | 'Upgrading' | 'UpdatingCredentials' | 'UninstallVirtualCluster' | 'Repairing' | 'Importing' | 'FailedToImport' | 'Migrating', required
    - `health` 'Null' | 'Healthy' | 'None' | 'Unhealthy' | 'Unknown' | 'Warning', required
    - `cloudType` 'AWS' | 'AZURE' | 'GOOGLE' | 'OPENSTACK' | 'PROXMOX' | 'TANZU' | 'OPENSHIFT' | 'VSPHERE' | 'ZADARA' | 'ZEDEDA' | 'EKS' | 'AKS' | 'GKE' | 'GENERICKUBERNETES', required
    - `kubesprayCurrentVersion` string, required
    - `kubesprayTargetVersion` string, required
    - `kubernetesCurrentVersion` string, required
    - `kubernetesTargetVersion` string, required
    - `createdAt` string, required
    - `alertsCount` integer, required
    - `totalServersCount` integer, required
    - `totalStandaloneVmsCount` integer, required
    - `boundUsers` UserDto[], required
      - `userId` string, nullable, required
      - `userName` string, nullable, required
    - `createdBy` string, required
    - `lastModified` string, nullable, required
    - `expiredAt` string, nullable, required
    - `deleteOnExpiration` boolean, required
    - `certificateExpiredAt` string, nullable, required
    - `lastModifiedBy` string, nullable, required
    - `quotaId` integer, required
    - `allowFullSpotKubernetes` boolean, required
    - `allowSpotWorkers` boolean, required
    - `allowSpotVMs` boolean, required
    - `maxSpotPrice` number, double, nullable, required
    - `projectAction` boolean, required
    - `hasExpirationWarning` boolean, required
    - `totalHourlyCost` number, double, required
    - `isAutoscalingEnabled` boolean, required
    - `isAutoscalingSpotEnabled` boolean, required
    - `aiEnabled` boolean, required
    - `anyServer` boolean, required
    - `anyVm` boolean, required
    - `isBackupEnabled` boolean, required
    - `isProjectMaintenanceModeEnabled` boolean, required
    - `allUsers` string[], required
    - `parentProjectId` integer, nullable, required
    - `alertingProfileId` integer, nullable, required
    - `opaProfileId` integer, nullable, required
    - `lockButton` ButtonStatusDto
      - `enable` boolean
      - `reasons` string[], nullable
      - `hidden` boolean
    - `unlockButton` ButtonStatusDto
      - `enable` boolean
      - `reasons` string[], nullable
      - `hidden` boolean
    - `deleteButton` ButtonStatusDto
      - `enable` boolean
      - `reasons` string[], nullable
      - `hidden` boolean
    - `kubeInfoButton` ButtonStatusDto
      - `enable` boolean
      - `reasons` string[], nullable
      - `hidden` boolean
    - `setExpirationDateButton` ButtonStatusDto
      - `enable` boolean
      - `reasons` string[], nullable
      - `hidden` boolean
    - `resetStatusButton` ButtonStatusDto
      - `enable` boolean
      - `reasons` string[], nullable
      - `hidden` boolean
    - `importClusterType` 'None' | 'CloudCredential' | 'ReadOnly' | 'FullyManaged', required
    - `eImportClusterType` 'CloudCredential' | 'ReadOnly' | 'FullyManaged'
  - `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)
