---
title: "Retrieve"
method: GET
path: "/v4/pipeline-families/{pipeline_family_name}"
tags: ["Pipeline Families"]
---

# Retrieve

`GET /v4/pipeline-families/{pipeline_family_name}`

Retrieve a pipeline family by name with its latest pipeline.
If the user owns the family, the latest pipeline may be a private pipeline,
otherwise it will only be public.

## Path parameters

- `pipeline_family_name` string, required

## Response `200`

Successful Response

- PipelineFamilyGet — Base model for schemas.
  - `name` string, required
  - `run_count` integer, required
  - `description` string
  - `latest_at` string, date-time, required
  - `pipeline_id` string, required
  - `image_url` string

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/mystic/apis/mystic-api.md) · [All operations](https://skmtc.net/mystic/apis/mystic-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/mystic/mystic-api/revisions/60e569344994/schema)
