---
title: "Check if remote run pod is ready"
method: GET
path: "/remote_run/{service}/{instance}/poll"
tags: ["remote_run"]
---

# Check if remote run pod is ready

`GET /remote_run/{service}/{instance}/poll`

## Path parameters

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

## Query parameters

- `job_name` string, required
- `user` string, required
- `toolbox` boolean

## Response `200`

Pod status information

- RemoteRunOutcome
  - `status` integer, required
  - `message` string, required
  - `pod_name` string
  - `pod_address` string
  - `job_name` string
  - `namespace` string

## Other responses

- `403` — Unauthorized to remote-run this service
- `404` — Service instance not found
- `409` — A pod was found but is currently being terminated
- `500` — Failure

## Changes

- **2025-05-29** `88d426da6d2f` — 1 info
  - added the non-success response with the status `409`
- **2025-04-08** `4b3b950b1658` — 1 breaking, 1 info
  - added the new required `query` request parameter `user`
  - added the new optional `query` request parameter `toolbox`
- **2025-03-27** `d45fb8757c38` — 1 info
  - added the non-success response with the status `403`
- **2025-03-24** `6beb7bd95e89` — 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/remote_run/:service/:instance/poll/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)
