# ListSnapshotsResponse

Returns the requested snapshots.

## Example Usage

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

let value: ListSnapshotsResponse = {};
```

## Fields

| Field                                                                                                                                                                                                                                                                                                                                                                           | Type                                                                                                                                                                                                                                                                                                                                                                            | Required                                                                                                                                                                                                                                                                                                                                                                        | Description                                                                                                                                                                                                                                                                                                                                                                     | Example                                                                                                                                                                                                                                                                                                                                                                         |
| ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| `nextPageToken`                                                                                                                                                                                                                                                                                                                                                                 | *string*                                                                                                                                                                                                                                                                                                                                                                        | :heavy_minus_sign:                                                                                                                                                                                                                                                                                                                                                              | The token for retrieving the next page of snapshots. This is only returned where total_size is greater than page_size.                                                                                                                                                                                                                                                          | M_-BAwEBCVBhZ2VUb2tlbgH_ggABAgEMUnVubmluZ1RvdGFsAQQAAQZGaWx0ZXIBDAAAAAX_ggEyAA==                                                                                                                                                                                                                                                                                                |
| `snapshots`                                                                                                                                                                                                                                                                                                                                                                     | [components.Snapshot](../../models/components/snapshot.md)[]                                                                                                                                                                                                                                                                                                                    | :heavy_minus_sign:                                                                                                                                                                                                                                                                                                                                                              | The returned snapshots, with pagination and filtering applied.                                                                                                                                                                                                                                                                                                                  | [<br/>{<br/>"create_time": "2023-09-30T00:00:00Z",<br/>"file": {<br/>"download_uri": "https://storage.googleapis.com/download_link",<br/>"uri_expiry_time": "2023-09-30T01:00:00Z"<br/>},<br/>"name": "snapshots/01HYMXTSRTP3X6DDCC45ZJ59VB",<br/>"process_date": {<br/>"day": 30,<br/>"month": 9,<br/>"year": 2023<br/>},<br/>"snapshot_id": "01HYMXTSRTP3X6DDCC45ZJ59VB",<br/>"snapshot_type": "daily_accounts",<br/>"version": "1.0"<br/>}<br/>] |
| `totalSize`                                                                                                                                                                                                                                                                                                                                                                     | *string*                                                                                                                                                                                                                                                                                                                                                                        | :heavy_minus_sign:                                                                                                                                                                                                                                                                                                                                                              | The total number of snapshots matching the request criteria. All available snapshots may not be contained in a single response. If this number is greater than the page_size in the request, pagination will need to be applied to retrieve all snapshots.                                                                                                                      | 100                                                                                                                                                                                                                                                                                                                                                                             |