---
title: "Retrieve Scaling Info"
method: GET
path: "/v4/pipelines/{pipeline_id}/scaling"
tags: ["Pipelines"]
---

# Retrieve Scaling Info

`GET /v4/pipelines/{pipeline_id}/scaling`

Get real-time scaling information for the given pipeline.

## Path parameters

- `pipeline_id` string, required

## Response `200`

Successful Response

- PipelineScalingInfo — Base model for schemas.
  - `current_replicas` integer, required
  - `desired_replicas` integer, required
  - `current_pipeline_states` object, required

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