---
title: "Get a given system's data."
method: GET
path: "/system/{system}"
tags: ["Community management"]
---

# Get a given system's data.

`GET /system/{system}`

## Path parameters

- `system` string, required

## Response `200`

The system's data.

- System — A system.
  - `apiKey` string, required — The system's API key.
  - `shortName` string, required — The system's short name.
  - `fullName` string, required — The system's full name.
  - `description` string, required — The system's description.
  - `version` string, required — The system's version information.

## Other responses

- `default` — The received request was invalid.

## Changes

- **2025-08-26** `8adda479ec9b` — 1 info
  - endpoint added
- **2022-06-27** `06f633c06bcd` — 1 breaking
  - api path removed without deprecation

[Change history](https://skmtc.dev/ec-jrc/apis/interoperability-test-bed-rest-api/changes/system/:system/get.md)

---

[API](https://skmtc.dev/ec-jrc/apis/interoperability-test-bed-rest-api.md) · [All operations](https://skmtc.dev/ec-jrc/apis/interoperability-test-bed-rest-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/ec-jrc/interoperability-test-bed-rest-api/revisions/eb833264bced/schema)
