# GetProjectMetrics

Response of the getMetrics endpoint

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**data** | [**Array&lt;MetricsDatapoint&gt;**](MetricsDatapoint.md) | The list of data points. | [readonly] [default to undefined]

## Example

```typescript
import { GetProjectMetrics } from '@ory/client';

const instance: GetProjectMetrics = {
    data,
};
```

[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
