---
title: "Get configurations using management api"
method: GET
path: "/configuration"
tags: ["configuration"]
---

# Get configurations using management api

`GET /configuration`

## Query parameters

- `groupId` string, required
- `nodeId` string, required
- `artifactType` string, required
- `artifactName` string, required

## Response `200`

The configuration of the relevant artifact

- Configuration
  - `configuration` string

## Other responses

- `default` — Unexpected error

## Changes

- **2021-02-15** `e54cd8a3e400` — 2 breaking, 3 info
  - the response's body type changed from no type to `object` for status `200`
  - 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 `configuration` to the response with the `200` status
  - …1 more
- **2021-02-15** `4c069bd0d746` — 2 breaking, 3 warning
  - the response's body type changed from `object` to no type for status `200`
  - 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 `configuration` from the response with the `200` status
  - …1 more
- **2021-02-11** `14d81430e085` — 2 breaking, 3 info
  - the response's body type changed from no type to `object` for status `200`
  - 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 `configuration` to the response with the `200` status
  - …1 more
- **2021-02-02** `f2b8d908234a` — 1 info
  - endpoint added
- **2021-01-06** `cbb5695aec22` — 1 breaking
  - api path removed without deprecation

[Change history](https://skmtc.dev/wso2/apis/cluster-aware-mi-dashboard/changes/configuration/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)
