# Get Meta of Network Shows the network's meta storage Endpoint: GET /meta Security: Authorization ## Query parameters: - `all` (boolean) all=true is available to show the meta storage as is (by passing the per user flattening of the user key in the storage object per that user) for both members or owners, this is meant only for internal use/debug ## Response 200 fields (application/json): - `network` (object) Example: {"config":true} - `network.config` (boolean) Example: true - `user` (object) Example: {"some storage":"for only the user"} - `user.some storage` (string) Example: "for only the user"