---
title: "Get deployment replicas by deployment name"
method: GET
path: "/v1/container-deployments/{deployment_name}/replicas"
tags: ["Serverless Containers"]
---

# Get deployment replicas by deployment name

`GET /v1/container-deployments/{deployment_name}/replicas`

## Path parameters

- `deployment_name` string, required

## Response `200`

List of replicas

- ReplicasPublicApiDto
  - `list` ReplicaInfo[], required — List of replicas for the deployment
    - `id` string, required — Replica ID
    - `status` 'unavailable' | 'initializing' | 'running' | 'terminating' | 'error' | 'imagepulling', required — Replica status
    - `started_at` string, required — Time when the replica was started, ISO 8601 string format
    - `image` string — Full container image reference
    - `image_name` string — Container image name
    - `image_tag` string — Container image tag

## Other responses

- `401` — Unauthorized

---

[API](https://skmtc.net/datacrunch/apis/verda-cloud-public-api.md) · [All operations](https://skmtc.net/datacrunch/apis/verda-cloud-public-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/datacrunch/verda-cloud-public-api/revisions/0d66c7340876/schema)
