---
title: "Get datasources by node ids"
method: GET
path: "/groups/{group-id}/datasources"
tags: ["datasources"]
---

# Get datasources by node ids

`GET /groups/{group-id}/datasources`

## Path parameters

- `group-id` string, required

## Query parameters

- `nodes` string[], required
- `searchKey` string
- `lowerLimit` string, required
- `upperLimit` string, required
- `order` string
- `orderBy` string
- `isUpdate` string, required

## Response `200`

Response object containing paginated list of resulting Data Sources and the count of search results, deployed in provided nodes

- ArtifactsResourceResponse
  - `count` integer
  - `resourceList` object[]
    - `name` string
    - `nodes` ArtifactDetails[]
      - `nodeId` string
      - `details` string

## Other responses

- `default` — Unexpected error

## Changes

- **2022-08-14** `810731f15989` — 4 breaking, 5 info
  - added the new required `query` request parameter `isUpdate`
  - added the new required `query` request parameter `lowerLimit`
  - added the new required `query` request parameter `upperLimit`
  - the response's body type changed from `array` to `object` for status `200`
  - …5 more
- **2021-02-15** `e54cd8a3e400` — 3 breaking, 6 info
  - the response's body type changed from no type to `object` for status `default`
  - the `items/nodes/items/configParameters/items/` response's property type changed from no type to `object` for status `200`
  - the `items/nodes/items/details/items/` response's property type changed from no type to `object` for status `200`
  - added the optional property `code` to the response with the `default` status
  - …5 more
- **2021-02-15** `4c069bd0d746` — 3 breaking, 6 warning
  - the response's body type changed from `object` to no type for status `default`
  - the `items/nodes/items/configParameters/items/` response's property type changed from `object` to no type for status `200`
  - the `items/nodes/items/details/items/` response's property type changed from `object` to no type for status `200`
  - removed the optional property `code` from the response with the `default` status
  - …5 more
- …earlier changes not shown

[Full history](https://skmtc.dev/wso2/apis/cluster-aware-mi-dashboard/changes/groups/:group-id/datasources/get.md)

---

[API](https://skmtc.dev/wso2/apis/cluster-aware-mi-dashboard.md) · [All operations](https://skmtc.dev/wso2/apis/cluster-aware-mi-dashboard/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/wso2/cluster-aware-mi-dashboard/revisions/1d5e9cc062de/schema)
