---
title: "Get deploy queue contents"
method: GET
path: "/deploy_queue"
---

# Get deploy queue contents

`GET /deploy_queue`

## Response `200`

Contents of deploy queue

- DeployQueue — Current state of the deployd queue
  - `available_service_instances` DeployQueueServiceInstance[] — Service instances that are ready to be acted on by deployd
    - `service` string — Name of the service
    - `instance` string — Name of the instance of the service
    - `bounce_by` number, float — Desired timestamp by which the service instance should be bounced
    - `wait_until` number, float — Timestamp before which no action should be taken on this service instance
    - `enqueue_time` number, float — Timestamp at which the service instance was last added to the queue
    - `bounce_start_time` number, float — Timestamp at which service instance was first added to the queue
    - `watcher` string — The process that enqueued the task
    - `failures` integer — Number of times deployment actions have failed on this service instance
    - `processed_count` integer — Number of times any deployment action has been taken on this service instance
  - `unavailable_service_instances` DeployQueueServiceInstance[] — Service instances that deployd is waiting to act on
    - `service` string — Name of the service
    - `instance` string — Name of the instance of the service
    - `bounce_by` number, float — Desired timestamp by which the service instance should be bounced
    - `wait_until` number, float — Timestamp before which no action should be taken on this service instance
    - `enqueue_time` number, float — Timestamp at which the service instance was last added to the queue
    - `bounce_start_time` number, float — Timestamp at which service instance was first added to the queue
    - `watcher` string — The process that enqueued the task
    - `failures` integer — Number of times deployment actions have failed on this service instance
    - `processed_count` integer — Number of times any deployment action has been taken on this service instance

---

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