---
title: "GET /v1/datasources"
method: GET
path: "/v1/datasources"
tags: ["Datasource"]
---

# GET /v1/datasources

`GET /v1/datasources`

## Query parameters

- `keyword` string
- `page` integer
- `pageSize` integer
- `type` integer
- `driver` integer
- `status` integer
- `levelUids` string[]

## Response `200`

OK

- MarksmanApiV1ListDatasourceReply
  - `items` 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
  - `total` string
  - `page` integer
  - `pageSize` integer

## Changes

- **2026-03-26** `2978c49fdeb6` — 1 warning, 2 info
  - removed the optional property `items/items/levelName` from the response with the `200` status
  - added the new optional `query` request parameter `levelUids`
  - added the optional property `items/items/level` to the response with the `200` status
- **2026-03-25** `650c5b44c427` — 2 info
  - added the optional property `items/items/levelName` to the response with the `200` status
  - added the optional property `items/items/levelUid` to the response with the `200` status
- **2026-03-02** `f5c29f4f5b75` — 2 info
  - added the optional property `items/items/remark` to the response with the `200` status
  - added the optional property `items/items/url` to the response with the `200` status
- **2026-02-28** `f5912329bb01` — 5 warning
  - deleted the `query` request parameter `levelUids`
  - removed the optional property `items/items/level` from the response with the `200` status
  - removed the optional property `items/items/levelUid` from the response with the `200` status
  - removed the optional property `items/items/remark` from the response with the `200` status
  - …1 more

[Change history](https://skmtc.dev/aide-family/apis/untitled-api-3/changes/v1/datasources/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)
