---
title: "GET /testexecutions/{testExecutionId}"
method: GET
path: "/testexecutions/{testExecutionId}"
---

# GET /testexecutions/{testExecutionId}

`GET /testexecutions/{testExecutionId}`

Gets metadata information about the test execution.

## Path parameters

- `testExecutionId` string, required

## Response `200`

Success

- DescribeTestExecutionResponse
  - `testExecutionId` string — The execution Id for the test set execution.
  - `creationDateTime` string, date-time — The execution creation date and time for the test set execution.
  - `lastUpdatedDateTime` string, date-time — The date and time of the last update for the execution.
  - `testExecutionStatus` 'Pending' | 'Waiting' | 'InProgress' | 'Completed' | 'Failed' | 'Stopping' | 'Stopped' — The test execution status for the test execution.
  - `testSetId` string — The test set Id for the test set execution.
  - `testSetName` string — The test set name of the test set execution.
  - `target` object — The target bot for the test set execution details.
    - `botAliasTarget` object — Contains information about the bot alias used for the test execution.
      - `botId` string, required — The bot Id of the bot alias used in the test set execution.
      - `botAliasId` string, required — The bot alias Id of the bot alias used in the test set execution.
      - `localeId` string, required — The locale Id of the bot alias used in the test set execution.
  - `apiMode` 'Streaming' | 'NonStreaming' — Indicates whether we use streaming or non-streaming APIs are used for the test set execution. For streaming, <code>StartConversation</code> Amazon Lex Runtime API is used. Whereas for non-streaming, <code>RecognizeUtterance</code> and <code>RecognizeText</code> Amazon Lex Runtime API is used.
  - `testExecutionModality` 'Text' | 'Audio' — Indicates whether test set is audio or text.
  - `failureReasons` FailureReason[] — Reasons for the failure of the test set execution.

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