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

# Get proxy services by node ids

`GET /groups/{group-id}/proxy-services`

## 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 Proxy Services 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` — 1 breaking, 2 info
  - the response's body type changed from no type to `object` for status `default`
  - added the optional property `code` to the response with the `default` status
  - added the optional property `message` to the response with the `default` status
- **2021-02-15** `4c069bd0d746` — 1 breaking, 2 warning
  - the response's body type changed from `object` to no type for status `default`
  - removed the optional property `code` from the response with the `default` status
  - removed the optional property `message` from the response with the `default` status
- **2021-02-11** `14d81430e085` — 1 breaking, 2 info
  - the response's body type changed from no type to `object` for status `default`
  - added the optional property `code` to the response with the `default` status
  - added the optional property `message` to the response with the `default` status
- **2021-02-09** `e0df7cc94486` — 1 warning, 1 info
  - removed the optional property `items/ServiceName` from the response with the `200` status
  - added the optional property `items/name` to the response with the `200` status

[Full history](https://skmtc.dev/wso2/apis/cluster-aware-mi-dashboard/changes/groups/:group-id/proxy-services/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)
