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

# Get merge queues configuration

`GET /repos/{owner}/{repository}/queues/configuration`

> **Deprecated.**

Get the list of all merge queues configuration sorted by processing order

## Path parameters

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

## Response `200`

Successful Response

- QueuesConfig
  - `configuration` QueueRule[], required — The queues configuration of the repository
    - `name` string, required — The name of the queue rule
    - `config` object, required — The configuration of the queue rule

## Other responses

- `403` — Forbidden
- `404` — Not found
- `409` — Conflict
- `422` — The configuration file is invalid.

---

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