---
title: "Get entity groups"
method: GET
path: "/metadata/groups"
---

# Get entity groups

`GET /metadata/groups`

Retrieve entity groups based on the provided query parameters.

## Query parameters

- `entity_type_id` string, required

## Response `200`

Entity groups retrieved successfully

- object[]
  - `id` string
  - `name` string
  - `createdAt` string, date-time

## Other responses

- `400` — Missing required query parameter
- `500` — Error occurred while retrieving entity groups

---

[API](https://skmtc.net/supabase/apis/dalil-oauth-resource-api.md) · [All operations](https://skmtc.net/supabase/apis/dalil-oauth-resource-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/supabase/dalil-oauth-resource-api/versions/40a7125e0355/schema)
