---
title: "List Registration Status Groups"
method: GET
path: "/registration-status-groups"
tags: ["Registration Status Groups"]
---

# List Registration Status Groups

`GET /registration-status-groups`

Returns a paginated list of registration status groups. Results can be filtered by name.

## Query parameters

- `limit` integer
- `page` integer
- `name` string

## Response `200`

Success

- object
  - `has_more` boolean — Indicates if there are more results available beyond the current page.
  - `data` RefRegistrationStatusGroup[]
    - `id` string, required — id of the Registration Status Group
    - `name` string, required — Name of the Registration Status Group

## Other responses

- `401` — Unauthenticated
- `403` — Forbidden - User does not have API access

---

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