> ## 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: TrustRecordApi

Defined in: [typescript/src/client/TrustRecordApi.ts:14](https://github.com/pavancharak/AgentLabsBuildathon/blob/main/typescript/src/client/TrustRecordApi.ts#L14)

Trust Record API.

## Constructors

### Constructor

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

Defined in: [typescript/src/client/TrustRecordApi.ts:15](https://github.com/pavancharak/AgentLabsBuildathon/blob/main/typescript/src/client/TrustRecordApi.ts#L15)

#### Parameters

##### transport

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

#### Returns

`TrustRecordApi`

## Methods

### get()

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

Defined in: [typescript/src/client/TrustRecordApi.ts:20](https://github.com/pavancharak/AgentLabsBuildathon/blob/main/typescript/src/client/TrustRecordApi.ts#L20)

Retrieve an Execution Trust Record.

#### Parameters

##### businessTransactionId

`string`

#### Returns

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