---
title: "Get deployment information for service and deploy_group"
method: GET
path: "/services/{service}/deployments/{deploy_group}"
tags: ["service"]
---

# Get deployment information for service and deploy_group

`GET /services/{service}/deployments/{deploy_group}`

## Path parameters

- `service` string, required
- `deploy_group` string, required

## Response `200`

Deployment information for the service and deploy_group

- DeploymentInfo — Deployment information for a service in a deploy group
  - `docker_image` string, required — Docker image name and tag (without registry)
  - `git_sha` string, required — Git SHA of the deployment
  - `image_version` string, nullable — Additional image version identifier (optional)
  - `image_url` string, required — Full container registry URL with image name and tag

## Other responses

- `404` — Service not deployed to deploy_group or deployments.json not found
- `500` — Internal error - likely missing values in deployment configuration

## Changes

- **2026-02-02** `605ea0c1eece` — 1 info
  - endpoint added
- **2020-10-19** `4e68a4d7f4e6` — 1 breaking
  - api path removed without deprecation

[Change history](https://skmtc.dev/yelp/apis/paasta-api/changes/services/:service/deployments/:deploy_group/get.md)

---

[API](https://skmtc.dev/yelp/apis/paasta-api.md) · [All operations](https://skmtc.dev/yelp/apis/paasta-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/yelp/paasta-api/revisions/0f10edc28b60/schema)
