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

# GET /v1/datasources/select

`GET /v1/datasources/select`

## Query parameters

- `keyword` string
- `limit` integer
- `lastUID` string
- `type` integer
- `driver` integer
- `status` integer
- `uids` string[]
- `levelUids` string[]

## Response `200`

OK

- MarksmanApiV1SelectDatasourceReply
  - `items` MarksmanApiV1SelectDatasourceItem[]
    - `value` string
    - `label` string
    - `disabled` boolean
    - `tooltip` string
    - `type` integer
    - `driver` integer
    - `url` string
    - `levelUid` string
    - `levelName` string
  - `total` string
  - `lastUID` string
  - `hasMore` boolean

## Changes

- **2026-03-26** `2978c49fdeb6` — 3 info
  - added the new optional `query` request parameter `levelUids`
  - 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` — 1 info
  - endpoint added
- **2026-02-28** `f5912329bb01` — 1 breaking
  - api path removed without deprecation

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