> For a complete index of all SignalWire documentation pages, fetch https://signalwire.com/docs/llms.txt

# history

> Collection of call history entries for this address, with pagination support.

```ts
get history(): EntityCollectionTransformed<GetConversationMessageResponse, AddressHistory<Address>> | undefined
```

Collection of call history entries for this address, with pagination support.

Returns `undefined` until [history\$](#history) has been subscribed to (lazy-loaded).
Filters to `'log'` subtype messages including kind, status, start/end times.

## **See**

[history\$](#history) to trigger lazy loading.

## **Examples**

```ts
console.log(address.history);
```