---
title: "Get source metadata"
method: GET
path: "/sources/{source_id}/metadata"
tags: ["sources"]
---

# Get source metadata

`GET /sources/{source_id}/metadata`

Gets metadata for a specific source.

Required roles: All, App

## Path parameters

- `source_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-10** `e65327bc7016` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/qlonolink/apis/qaip-apis/changes/sources/:source_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.dev/qlonolink/apis/qaip-apis/revisions/e65327bc7016?raw)
