> ## Documentation Index
> Fetch the complete documentation index at: https://docs.parmanasystems.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Class: ReplayApi

Defined in: [typescript/src/client/ReplayApi.ts:16](https://github.com/pavancharak/AgentLabsBuildathon/blob/main/typescript/src/client/ReplayApi.ts#L16)

Replay API.

## Constructors

### Constructor

> **new ReplayApi**(`transport`): `ReplayApi`

Defined in: [typescript/src/client/ReplayApi.ts:17](https://github.com/pavancharak/AgentLabsBuildathon/blob/main/typescript/src/client/ReplayApi.ts#L17)

#### Parameters

##### transport

[`Transport`](/sdks/reference/typescript/interfaces/Transport)

#### Returns

`ReplayApi`

## Methods

### replay()

> **replay**(`businessTransactionId`): `Promise`\<[`ReplayResult`](/sdks/reference/typescript/interfaces/ReplayResult)>

Defined in: [typescript/src/client/ReplayApi.ts:22](https://github.com/pavancharak/AgentLabsBuildathon/blob/main/typescript/src/client/ReplayApi.ts#L22)

Replay a Business Transaction.

#### Parameters

##### businessTransactionId

`string`

#### Returns

`Promise`\<[`ReplayResult`](/sdks/reference/typescript/interfaces/ReplayResult)>
