---
title: "GET /testsetdiscrepancy/{testSetDiscrepancyReportId}"
method: GET
path: "/testsetdiscrepancy/{testSetDiscrepancyReportId}"
---

# GET /testsetdiscrepancy/{testSetDiscrepancyReportId}

`GET /testsetdiscrepancy/{testSetDiscrepancyReportId}`

Gets metadata information about the test set discrepancy report.

## Path parameters

- `testSetDiscrepancyReportId` string, required

## Response `200`

Success

- DescribeTestSetDiscrepancyReportResponse
  - `testSetDiscrepancyReportId` string — The unique identifier of the test set discrepancy report to describe.
  - `testSetId` string — The test set Id for the test set discrepancy report.
  - `creationDateTime` string, date-time — The time and date of creation for the test set discrepancy report.
  - `target` object — The target bot location for the test set discrepancy report.
    - `botAliasTarget` object — Contains information about the bot alias used as the resource for the test set discrepancy report.
      - `botId` string, required — The unique identifier for the bot alias.
      - `botAliasId` string, required — The unique identifier for the bot associated with the bot alias.
      - `localeId` string, required — The unique identifier of the locale associated with the bot alias.
  - `testSetDiscrepancyReportStatus` 'InProgress' | 'Completed' | 'Failed' — The status for the test set discrepancy report.
  - `lastUpdatedDataTime` string, date-time — The date and time of the last update for the test set discrepancy report.
  - `testSetDiscrepancyTopErrors` object — The top 200 error results from the test set discrepancy report.
    - `intentDiscrepancies` TestSetIntentDiscrepancyItem[], required — Contains information about discrepancies found for intents between the test set and the bot.
      - `intentName` string, required — The name of the intent in the discrepancy report.
      - `errorMessage` string, required — The error message for a discrepancy for an intent between the test set and the bot.
    - `slotDiscrepancies` TestSetSlotDiscrepancyItem[], required — Contains information about discrepancies found for slots between the test set and the bot.
      - `intentName` string, required — The name of the intent associated with the slot in the discrepancy report.
      - `slotName` string, required — The name of the slot in the discrepancy report.
      - `errorMessage` string, required — The error message for a discrepancy for an intent between the test set and the bot.
  - `testSetDiscrepancyRawOutputUrl` string — Pre-signed Amazon S3 URL to download the test set discrepancy report.
  - `failureReasons` FailureReason[] — The failure report for the test set discrepancy report generation action.

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