---
title: "GET /applications/{applicationId}/indices/{indexId}/groups/{groupName}"
method: GET
path: "/applications/{applicationId}/indices/{indexId}/groups/{groupName}"
---

# GET /applications/{applicationId}/indices/{indexId}/groups/{groupName}

`GET /applications/{applicationId}/indices/{indexId}/groups/{groupName}`

Describes a group by group name.

## Path parameters

- `applicationId` string, required
- `indexId` string, required
- `groupName` string, required

## Query parameters

- `dataSourceId` string

## Response `200`

Success

- GetGroupResponse
  - `status` object — The current status of the group.
    - `status` 'FAILED' | 'SUCCEEDED' | 'PROCESSING' | 'DELETING' | 'DELETED' — The status of a group.
    - `lastUpdatedAt` string, date-time — The Unix timestamp when the Amazon Q Business application was last updated.
    - `errorDetail` object — The details of an error associated a group status.
      - `errorMessage` string — The message explaining the Amazon Q Business request error.
      - `errorCode` 'InternalError' | 'InvalidRequest' | 'ResourceInactive' | 'ResourceNotFound' — The code associated with the Amazon Q Business request error.
  - `statusHistory` GroupStatusDetail[] — The status history of the group.
    - `status` 'FAILED' | 'SUCCEEDED' | 'PROCESSING' | 'DELETING' | 'DELETED' — The status of a group.
    - `lastUpdatedAt` string, date-time — The Unix timestamp when the Amazon Q Business application was last updated.
    - `errorDetail` object — The details of an error associated a group status.
      - `errorMessage` string — The message explaining the Amazon Q Business request error.
      - `errorCode` 'InternalError' | 'InvalidRequest' | 'ResourceInactive' | 'ResourceNotFound' — The code associated with the Amazon Q Business request error.

## Other responses

- `480` — InternalServerException
- `481` — ResourceNotFoundException
- `482` — ConflictException
- `483` — ThrottlingException
- `484` — ValidationException
- `485` — AccessDeniedException

---

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