---
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

- `429` — Call rate limit threshold exceeded for this operation.
- `default` — The received request was invalid.

---

[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/433b3c0ae6d4/schema)
