# 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 does not accept any arguments. ## Return Type Returns an array of [`Menu`](/reference/storefront/1.3.0/objects/menu) objects containing all available navigation menus for the store. ## Example ```graphql { menus { id title items { id title url } } } ``` ## Related Types - [`Menu`](/reference/storefront/1.3.0/objects/menu)