title: "SHOW OBJECTS"
description: "SHOW OBJECTS
returns a list of all objects in Materialize for a given schema."
menu:
main:
parent: commands
aliases:
- /sql/show-object
SHOW OBJECTS
returns a list of all objects in Materialize for a given schema.
Objects include tables, sources, sinks, views, materialized views, indexes,
secrets and connections.
SHOW OBJECTS [ FROM <schema_name> ]
Option | Description |
---|---|
FROM | If specified, only show objects from the specified schema. Defaults to first resolvable schema in the search path. For available schemas, see SHOW SCHEMAS . |