# menus Get all link lists/navigation menus for the store ## Authentication > **Authentication Required**: Secret API key with scope `navigation:read` ## Query Structure ```graphql { menus { # Fields from Menu type } } ``` ## Arguments This query accepts no arguments. ## Return Type Returns an array of [`Menu`](/reference/storefront/v1/objects/menu) objects containing the navigation menus for the store. ## Example ```graphql { menus { id title handle items { id title url } } } ``` ## Related Types - [`Menu`](/reference/storefront/v1/objects/menu)