---
title: "Catalog App list"
method: GET
path: "/api/v1/catalog-app/list"
tags: ["Catalog app"]
---

# Catalog App list

`GET /api/v1/catalog-app/list`

## Query parameters

- `OrganizationId` integer
- `CatalogId` integer
- `Search` string
- `SortBy` string
- `SortDirection` string
- `Offset` integer
- `Limit` integer

## Response `200`

OK

- CatalogAppList
  - `data` CatalogAppListDto[], nullable
    - `catalogAppId` integer
    - `name` string, nullable
    - `repoId` integer
    - `repoName` string, nullable
    - `catalogId` integer
    - `catalogName` string, nullable
    - `packageId` string, nullable
    - `version` string, nullable
    - `logoImageId` string, nullable
    - `isLocked` boolean
    - `appVersion` string, nullable
    - `description` string, nullable
    - `securityReportSummary` SecurityReportSummary
      - `low` integer, nullable
      - `high` integer, nullable
      - `medium` integer, nullable
      - `unknown` integer, nullable
      - `critical` integer, 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
    - `stars` integer
    - `installedInstanceCount` integer, nullable
  - `totalCount` integer

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