---
title: "GET /v1/datasource/{uid}"
method: GET
path: "/v1/datasource/{uid}"
tags: ["Datasource"]
---

# GET /v1/datasource/{uid}

`GET /v1/datasource/{uid}`

## Path parameters

- `uid` string, required

## Response `200`

OK

- MarksmanApiV1DatasourceItem
  - `uid` string
  - `name` string
  - `type` integer
  - `driver` integer
  - `metadata` object
  - `status` integer
  - `createdAt` string
  - `updatedAt` string
  - `url` string
  - `remark` string
  - `levelUid` string
  - `level` MarksmanApiV1LevelItem
    - `uid` string
    - `name` string
    - `remark` string
    - `status` integer
    - `metadata` object
    - `createdAt` string
    - `updatedAt` string
    - `bgColor` string
    - `type` integer

## Changes

- **2026-03-26** `2978c49fdeb6` — 1 warning, 1 info
  - removed the optional property `levelName` from the response with the `200` status
  - added the optional property `level` to the response with the `200` status
- **2026-03-25** `650c5b44c427` — 2 info
  - added the optional property `levelName` to the response with the `200` status
  - added the optional property `levelUid` to the response with the `200` status
- **2026-03-02** `f5c29f4f5b75` — 2 info
  - added the optional property `remark` to the response with the `200` status
  - added the optional property `url` to the response with the `200` status
- **2026-02-28** `f5912329bb01` — 4 warning
  - removed the optional property `level` from the response with the `200` status
  - removed the optional property `levelUid` from the response with the `200` status
  - removed the optional property `remark` from the response with the `200` status
  - removed the optional property `url` from the response with the `200` status

[Change history](https://skmtc.dev/aide-family/apis/untitled-api-3/changes/v1/datasource/:uid/get.md)

---

[API](https://skmtc.dev/aide-family/apis/untitled-api-3.md) · [All operations](https://skmtc.dev/aide-family/apis/untitled-api-3/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/aide-family/untitled-api-3/revisions/26ae221fccba/schema)
