---
title: "List Team Qc Pipelines"
method: GET
path: "/v2/checks/pipelines"
tags: ["checks"]
---

# List Team Qc Pipelines

`GET /v2/checks/pipelines`

List QC pipelines registered by the caller's team.

## Response `200`

Successful Response

- QcPipelineRegistrationResponse[]
  - `id` string, uuid, required
  - `owner_team_id` string, uuid, required
  - `asset_type` string, required
  - `kind` 'environment'
  - `scope` 'asset' | 'task', required
  - `key` string, required
  - `label` string, required
  - `description` string, nullable, required
  - `registry_id` string, uuid, required
  - `build_id` string, uuid, nullable, required
  - `scenario_name` string, required
  - `model` string, required
  - `pass_threshold` number, required
  - `credit_price` number, required
  - `enabled` boolean, required
  - `created_at` string, date-time, required
  - `updated_at` string, date-time, required

## Other responses

- `400` — Invalid or malformed request
- `401` — Missing or invalid credentials
- `403` — Caller may not access this resource
- `404` — Referenced entity does not exist
- `409` — Resource already exists

---

[API](https://skmtc.dev/hud/apis/hud-platform.md) · [All operations](https://skmtc.dev/hud/apis/hud-platform/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/hud/hud-platform/revisions/58558fc733d9/schema)
