> ## Documentation Index
> Fetch the complete documentation index at: https://docs.tappify.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# MetricsInput

> What Tappify asks a connector's metrics route for.

What Tappify asks a connector's metrics route for.

## Properties

### from

```ts theme={null}
from: string;
```

***

### metrics

```ts theme={null}
metrics: string[];
```

The metric keys to answer for, from the ones the manifest declares.

***

### platform

```ts theme={null}
platform: TapPlatformFilter;
```

***

### projectId

```ts theme={null}
projectId: string | null;
```

***

### to

```ts theme={null}
to: string;
```
