---
title: "Get queue pause data"
method: GET
path: "/repos/{owner}/{repository}/queue/pause"
tags: ["queues"]
deprecated: true
---

# Get queue pause data

`GET /repos/{owner}/{repository}/queue/pause`

> **Deprecated.**

Checks if the merge queue is paused and get the queue pause data

## Path parameters

- `owner` string, required — The owner of the repository
- `repository` string, required — The name of the repository

## Response `200`

Successful Response

- QueuePauseResponse
  - `queue_pause` QueuePause[], required — The pause of the repository
    - `reason` string, required — The reason of the queue pause
    - `pause_date` string, date-time, required — The date and time of the freeze

## Other responses

- `403` — Forbidden
- `404` — Not found
- `409` — Conflict
- `422` — Unprocessable entity

---

[API](https://skmtc.net/mergify/apis/mergify-api.md) · [All operations](https://skmtc.net/mergify/apis/mergify-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/mergify/mergify-api/revisions/ae394a06c465/schema)
