---
title: "Retrieve all available packages"
method: GET
path: "/api/v1/package/list"
tags: ["Package"]
---

# Retrieve all available packages

`GET /api/v1/package/list`

## Query parameters

- `Offset` integer
- `Limit` integer
- `SortBy` string
- `SortDirection` string
- `Search` string
- `Id` string
- `CatalogId` integer
- `IsPrivate` boolean
- `FilterBy` string
- `OrganizationId` integer

## Response `200`

OK

- AvailablePackagesList
  - `data` 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
  - `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)
