---
title: "GET /testsets/{testSetId}"
method: GET
path: "/testsets/{testSetId}"
---

# GET /testsets/{testSetId}

`GET /testsets/{testSetId}`

Gets metadata information about the test set.

## Path parameters

- `testSetId` string, required

## Response `200`

Success

- DescribeTestSetResponse
  - `testSetId` string — The test set Id for the test set response.
  - `testSetName` string — The test set name of the test set.
  - `description` string — The description of the test set.
  - `modality` 'Text' | 'Audio' — Indicates whether the test set is audio or text data.
  - `status` 'Importing' | 'PendingAnnotation' | 'Deleting' | 'ValidationError' | 'Ready' — The status of the test set.
  - `roleArn` string — The roleARN used for any operation in the test set to access resources in the Amazon Web Services account.
  - `numTurns` integer — The total number of agent and user turn in the test set.
  - `storageLocation` object — The Amazon S3 storage location for the test set data.
    - `s3BucketName` string, required — The name of the Amazon S3 bucket in which the test set is stored.
    - `s3Path` string, required — The path inside the Amazon S3 bucket where the test set is stored.
    - `kmsKeyArn` string — The Amazon Resource Name (ARN) of an Amazon Web Services Key Management Service (KMS) key for encrypting the test set.
  - `creationDateTime` string, date-time — The creation date and time for the test set data.
  - `lastUpdatedDateTime` string, date-time — The date and time for the last update of the test set data.

## Other responses

- `480` — ThrottlingException
- `481` — ServiceQuotaExceededException
- `482` — ValidationException
- `483` — ResourceNotFoundException
- `484` — InternalServerException

---

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