list_metaobjects
Retrieve all metaobject instances of a specific type, including display name, handle, GID, and publish status. Supports cursor-based pagination for large result sets.
Instructions
List instances of a single metaobject type — e.g. all 'lookbook' or 'product_feature' entries. Returns each metaobject's display name, handle, GID, and (when the type is publishable) ACTIVE/DRAFT status. The type handle comes from list_metaobject_definitions. Cursor-paginated; pass after to advance pages. To inspect an individual metaobject's full field values, follow up with get_metaobject.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| type | Yes | Metaobject type handle (e.g. 'lookbook', 'product_feature', '$app:landing_page'). Get valid values from list_metaobject_definitions. Custom app namespaces use the '$app:' prefix. | |
| first | No | Page size (1-100). | |
| after | No | Cursor from a prior page's pageInfo. Omit on the first call. |