# `Milvex.Milvus.Proto.Milvus.ListSnapshotsResponse`

return all snapshots for the given collection
Note: list snapshots is not a privilege check operation

# `t`

```elixir
@type t() :: %Milvex.Milvus.Proto.Milvus.ListSnapshotsResponse{
  __unknown_fields__: [Protobuf.unknown_field()],
  snapshots: [String.t()],
  status: Milvex.Milvus.Proto.Common.Status.t() | nil
}
```

---

*Consult [api-reference.md](api-reference.md) for complete listing*
