---
title: "List Resource Groups"
method: GET
path: "/v1/resources/resource_groups"
tags: ["API / Resource", "Use case / Master data sync"]
---

# List Resource Groups

`GET /v1/resources/resource_groups`

List the resource groups resources can be allocated to. Archived resource groups are not included.

## Query parameters

- `cursor` string, nullable
- `code` string, nullable
- `code:in` string, nullable

## Response `200`

Successful Response

- ListResourceGroupOutput
  - `next_cursor` string, nullable
  - `items` ResourceGroupOutput[], required
    - `id` string, uuid, required — Identifier of the resource group.
    - `name` string, nullable — Name of the resource group.
    - `code` string, nullable — Code of the resource group.

## Other responses

- `400` — Bad Request — invalid input or malformed request
- `401` — Unauthorized — missing or invalid authentication credentials
- `403` — Forbidden — insufficient permissions for this operation
- `422` — Validation Error
- `429` — Too Many Requests — rate limit exceeded. See the `Retry-After` header
- `500` — Internal Server Error
- `503` — Service Unavailable — temporarily unable to handle the request

---

[API](https://skmtc.dev/qargo/apis/qargo-tms-api.md) · [All operations](https://skmtc.dev/qargo/apis/qargo-tms-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/qargo/qargo-tms-api/revisions/17297902e7ce/schema)
