# ListInvestigationsResponse

ListInvestigationStatesResponse

## Example Usage

```typescript
import { ListInvestigationsResponse } from "@apexfintechsolutions/ascend-sdk/models/components";

let value: ListInvestigationsResponse = {};
```

## Fields

| Field                                                                                                                                                                                                                                                                                                                                             | Type                                                                                                                                                                                                                                                                                                                                              | Required                                                                                                                                                                                                                                                                                                                                          | Description                                                                                                                                                                                                                                                                                                                                       | Example                                                                                                                                                                                                                                                                                                                                           |
| ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| `investigations`                                                                                                                                                                                                                                                                                                                                  | [components.Investigation](../../models/components/investigation.md)[]                                                                                                                                                                                                                                                                            | :heavy_minus_sign:                                                                                                                                                                                                                                                                                                                                | List of investigations matching request search criteria                                                                                                                                                                                                                                                                                           |                                                                                                                                                                                                                                                                                                                                                   |
| `nextPageToken`                                                                                                                                                                                                                                                                                                                                   | *string*                                                                                                                                                                                                                                                                                                                                          | :heavy_minus_sign:                                                                                                                                                                                                                                                                                                                                | The next pagination token in the Search response; an empty value means no more results                                                                                                                                                                                                                                                            | ZXhhbXBsZQo                                                                                                                                                                                                                                                                                                                                       |
| `totalSize`                                                                                                                                                                                                                                                                                                                                       | *number*                                                                                                                                                                                                                                                                                                                                          | :heavy_minus_sign:                                                                                                                                                                                                                                                                                                                                | The total number of investigations matching the search criteria. This is the total number of results available across all pages of the query, not the number of investigations returned in the current page. For example, if the search query matches 1,000 investigations but only 50 results are returned per page, `total_size` will be 1,000. | 1000                                                                                                                                                                                                                                                                                                                                              |