# GetSnapshotResponse

**snapshot** object

A point-in-time snapshot of a bucket. See [https://www.tigrisdata.com/docs/snapshots/](/content/docs/snapshots/index.html).

**version** string

Snapshot version (UNIX nanosecond-precision timestamp).

**created_at** date-time

**bucket** string

Name of the bucket this snapshot belongs to.

**description** string

Optional name or description.

GetSnapshotResponse

```json
{

"snapshot": {

"version": "string",

"created_at": "2024-07-29T15:51:28.071Z",

"bucket": "string",

"description": "string"

}

}
```
