---
title: "查询发行版包列表"
method: GET
path: "/admin/label/distributions"
tags: ["label"]
---

# 查询发行版包列表

`GET /admin/label/distributions`

根据发行版、链接、置信度等条件分页查询包列表

## Query parameters

- `distribution` string, required
- `skip` integer
- `take` integer
- `search` string
- `confidence` integer

## Response `200`

OK

- ModelPageDTOModelDistributionPackageDTO
  - `count` integer
  - `items` ModelDistributionPackageDTO[]
    - `description` string
    - `gitLink` string
    - `homePage` string
    - `linkConfidence` number
    - `package` string
    - `version` string
  - `start` integer
  - `total` integer

## Other responses

- `400` — Bad Request
- `500` — Internal Server Error

---

[API](https://skmtc.net/hust-open-atom-club/apis/untitled-api.md) · [All operations](https://skmtc.net/hust-open-atom-club/apis/untitled-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/hust-open-atom-club/untitled-api/revisions/34214ad5a103/schema)
