ListSnapshotsResponse | Tigris Object Storage Documentation
ListSnapshotsResponse
snapshots object[]
Array [
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.
]
ListSnapshotsResponse
{
"snapshots": [
{
"version": "string",
"created_at": "2024-07-29T15:51:28.071Z",
"bucket": "string",
"description": "string"
}
]
}