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

# Get mesos tasks of service_name.instance_name

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

## Path parameters

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

## Query parameters

- `slave_hostname` string
- `verbose` boolean

## Response `200`

List of tasks associated with an instance

- InstanceTask[] — List of tasks associated with instance

## Other responses

- `400` — Bad request
- `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)
