---
title: "Get status of service_name.instance_name"
method: GET
path: "/services/{service}/{instance}/autoscaler"
tags: ["autoscaler"]
---

# Get status of service_name.instance_name

`GET /services/{service}/{instance}/autoscaler`

## Path parameters

- `service` string, required
- `instance` string, required

## Response `200`

Get desired instance count for a service instance

- AutoscalerCountMsg — Specification for autoscaler count endpoints.
  - `calculated_instances` integer
  - `desired_instances` integer
  - `status` string

## Other responses

- `404` — Deployment key not found
- `500` — Instance failure

---

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