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

---

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