---
title: "GET /runGroup/{id}"
method: GET
path: "/runGroup/{id}"
---

# GET /runGroup/{id}

`GET /runGroup/{id}`

Gets information about a run group and returns its metadata.

## Path parameters

- `id` string, required

## Response `200`

Success

- GetRunGroupResponse
  - `arn` string — The group's ARN.
  - `id` string — The group's ID.
  - `name` string — The group's name.
  - `maxCpus` integer — The group's maximum number of CPUs to use.
  - `maxRuns` integer — The maximum number of concurrent runs for the group.
  - `maxDuration` integer — The group's maximum run time in minutes.
  - `creationTime` string, date-time — When the group was created.
  - `tags` object — The group's tags.
  - `maxGpus` integer — The maximum GPUs that can be used by a run group.

## Other responses

- `480` — InternalServerException
- `481` — ServiceQuotaExceededException
- `482` — ThrottlingException
- `483` — ValidationException
- `484` — ConflictException
- `485` — ResourceNotFoundException
- `486` — AccessDeniedException
- `487` — RequestTimeoutException

---

[API](https://skmtc.net/aws/apis/omics.md) · [All operations](https://skmtc.net/aws/apis/omics/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/aws/omics/versions/e9df1bcc0813/schema)
