---
title: "Get a specification group."
method: GET
path: "/group/{group}"
tags: ["Domain management"]
---

# Get a specification group.

`GET /group/{group}`

## Path parameters

- `group` string, required

## Response `200`

Specification group retrieved.

- SpecificationGroup — A specification group.
  - `shortName` string, required — The group's short name.
  - `fullName` string, required — The group's full name.
  - `description` string — The group's description.
  - `reportMetadata` string — The group's additional metadata for XML reports.
  - `displayOrder` number — The group's display order relative to other groups and specifications.
  - `apiKey` string, required — The group's API key.

## Other responses

- `default` — The received request was invalid.

## Changes

- **2025-08-05** `d4d8abc40bb2` — 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/group/:group/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)
