# Nodetool viewbuildstatus

**viewbuildstatus** - `<keyspace> <view>` Shows the progress of a materialized view build.

For example:

```default
nodetool viewbuildstatus my_keyspace my_view


my_view has not finished building; node status is below.

 Host                Info

 55.40.72.17       STARTED
```

Output options:

**UNKNOWN** - The host doesn’t know about that view.

**STARTED** - The host is building the view.

**SUCCESS** - The host has finished building the view.

[Nodetool Reference](https://docs.scylladb.com/manual/master/operating-scylla/nodetool.md)
