---
title: "Get source group metadata"
method: GET
path: "/source-groups/{source_group_id}/metadata"
tags: ["source-groups"]
---

# Get source group metadata

`GET /source-groups/{source_group_id}/metadata`

Gets metadata for a specific source group.

Required roles: All, App

## Path parameters

- `source_group_id` string, required

## Response `200`

Successful retrieval of metadata

- Metadata
  - `records` MetadataRecord[] — List of metadata records (max 20 items)
    - `key` string, required — Metadata key (max 20 characters)
    - `val` unknown, required
    - `type` 'string' | 'integer' | 'float' | 'date', required — Data type of the metadata value

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `404` — Not Found
- `500` — Internal Server Error

## Changes

- **2026-03-05** `f2234c419205` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/qlonolink/apis/qaip-apis/changes/source-groups/:source_group_id/metadata/get.md)

---

[API](https://skmtc.dev/qlonolink/apis/qaip-apis.md) · [All operations](https://skmtc.dev/qlonolink/apis/qaip-apis/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/qlonolink/qaip-apis/revisions/e65327bc7016/schema)
