v1

latestOpenAPI 3.0.0Apache 2.0 License2026-07-14107861793.8 KB

Gets metadata information about the test execution.

get/testexecutions/{testExecutionId}

Path parameters

testExecutionIdstring required

The execution Id of the test set execution.

Response

Success

testExecutionIdstring

The execution Id for the test set execution.

creationDateTimestring date-time

The execution creation date and time for the test set execution.

lastUpdatedDateTimestring 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.

testSetIdstring

The test set Id for the test set execution.

testSetNamestring

The test set name of 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.

failureReasonsFailureReason[]

Reasons for the failure of the test set execution.