---
title: "Retrieve catalog details by id"
method: GET
path: "/api/v1/catalog/{id}/details"
tags: ["Catalog"]
---

# Retrieve catalog details by id

`GET /api/v1/catalog/{id}/details`

## Path parameters

- `id` integer, required

## Response `200`

OK

- CatalogDetails
  - `id` integer
  - `name` string, nullable
  - `description` string, nullable
  - `isLocked` boolean
  - `isDefault` boolean
  - `organizationId` integer
  - `packageIds` string[], nullable
  - `boundProjects` ProjectCatalogDto[], nullable
    - `id` integer
    - `name` string, nullable
    - `kubernetesVersion` string, nullable
    - `isLocked` boolean
    - `maintenanceModeEnabled` boolean
    - `isVirtualCluster` boolean
    - `cloudType` 'AWS' | 'AZURE' | 'GOOGLE' | 'OPENSTACK' | 'PROXMOX' | 'TANZU' | 'OPENSHIFT' | 'VSPHERE' | 'ZADARA' | 'ZEDEDA' | 'EKS' | 'AKS' | 'GKE' | 'GENERICKUBERNETES'
    - `status` 'Null' | 'Deleting' | 'DisableAi' | 'DisableGatekeeper' | 'DeletingBackupPolicies' | 'DisableBackup' | 'DisableMonitoring' | 'EnableBackup' | 'EnableMonitoring' | 'EnableAi' | 'EnableGatekeeper' | 'Failure' | 'FailedUpgrade' | 'Purging' | 'Ready' | 'Updating' | 'Upgrading' | 'UpdatingCredentials' | 'UninstallVirtualCluster' | 'Repairing' | 'Importing' | 'FailedToImport' | 'Migrating'
    - `health` 'Null' | 'Healthy' | 'None' | 'Unhealthy' | 'Unknown' | 'Warning'
  - `boundApplications` AvailablePackagesDto[], nullable
    - `packageId` string, nullable
    - `catalogId` integer
    - `catalogAppId` integer, nullable
    - `installedInstanceCount` integer, nullable
    - `name` string, nullable
    - `normalizedName` string, nullable
    - `logoImageId` string, nullable
    - `stars` integer
    - `description` string, nullable
    - `version` string, nullable
    - `appVersion` string, nullable
    - `deprecated` boolean
    - `signed` boolean
    - `isLocked` boolean
    - `securityReportSummary` SecurityReportSummary
      - `low` integer, nullable
      - `high` integer, nullable
      - `medium` integer, nullable
      - `unknown` integer, nullable
      - `critical` integer, nullable
    - `ts` string, nullable
    - `repository` Repository
      - `url` string, nullable
      - `kind` integer
      - `name` string, nullable
      - `official` boolean
      - `repositoryId` string, nullable
      - `scannerDisabled` boolean
      - `isImported` boolean
      - `organizationName` string, nullable
      - `verifiedPublisher` boolean
      - `organizationDisplayName` string, nullable
    - `isAdded` boolean, nullable

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