---
title: "Retrieve existing JobServer instance configurations"
method: GET
path: "/configuration/jobServerInstance"
tags: ["JobServer Instance configuration"]
deprecated: true
---

# Retrieve existing JobServer instance configurations

`GET /configuration/jobServerInstance`

> **Deprecated.**

Retrieve existing JobServer instance configurations. <br />This operation is deprecated and it will be removed the next major release

## Query parameters

- `offset` integer
- `limit` integer
- `countLimit` integer

## Response `200`

The list of available configured JobServer instances

- JobServerInstanceResponse
  - `total` integer — The total number of results.
  - `offset` integer — The offset for the results.
  - `limit` integer — The maximum number of results to be returned.
  - `results` JobServerInstance[] — The list of results.
    - `id` string, uuid — The JobServer id
    - `name` string — The JobServer name
    - `address` string — The JobServer address

## Other responses

- `400` — Request is not valid.
- `401` — User lacks permission.

---

[API](https://skmtc.net/collibra/apis/collibra-data-governance-center-core-api.md) · [All operations](https://skmtc.net/collibra/apis/collibra-data-governance-center-core-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/collibra/collibra-data-governance-center-core-api/revisions/6d091bc86a33/schema)
