---
title: "List concurrency groups for a repository"
method: GET
path: "/repos/{owner}/{repo}/actions/concurrency_groups"
tags: ["actions"]
---

# List concurrency groups for a repository

`GET /repos/{owner}/{repo}/actions/concurrency_groups`

Lists the active concurrency groups for a repository.

OAuth app tokens and personal access tokens (classic) need the `repo` scope to use this endpoint with a private repository.

## Path parameters

- `owner` string, required
- `repo` string, required

## Query parameters

- `per_page` integer
- `after` string

## Response `200`

Response

- ConcurrencyGroupList — A list of active concurrency groups for a repository.
  - `total_count` integer, required
  - `concurrency_groups` object[], required
    - `group_name` string, required — The name of the concurrency group.
    - `group_url` string, uri, required — API URL for this concurrency group.
    - `last_acquired_at` string, date-time, nullable, required

## Other responses

- `422` — Validation failed, or the endpoint has been spammed.

---

[API](https://skmtc.net/github/apis/rest-api.md) · [All operations](https://skmtc.net/github/apis/rest-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/github/rest-api/versions/80850db290cd/schema)
