# MetaStatus ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **routes** | [**Array<MetaStatusRoutestatus>**](MetaStatusRoutestatus.md) | List of all API routes and their health status | [default to undefined] ## Example ```typescript import { MetaStatus } from 'eve-esi-client-ts'; const instance: MetaStatus = { routes, }; ``` [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)