--- title: SipSearchResult --- ## PureCloud::SipSearchResult ## Properties |Name | Type | Description | Notes| |------------ | ------------- | ------------- | -------------| | **id** | **String** | The globally unique identifier for the object. | [optional] | | **status** | **Integer** | Status of the search request | [optional] | | **sid** | **String** | Session id associated to the search request | [optional] | | **auth** | **String** | Auth token used for this search request | [optional] | | **message** | **String** | Any messages returned from homer as part of the response | [optional] | | **data** | [**Array<HomerRecord>**](HomerRecord.html) | Homer search data that is returned | [optional] | | **count** | **Integer** | Number of records returned | [optional] | | **self_uri** | **String** | The URI for this object | [optional] | {: class="table table-striped"}