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

# ExperimentMetricsResponse

***

# Type Alias: ExperimentMetricsResponse

```ts theme={null}
type ExperimentMetricsResponse = object;
```

Defined in: [src/types/new-api.types.ts](https://github.com/rungalileo/galileo-js/blob/main/src/types/new-api.types.ts)

ExperimentMetricsResponse

## Properties

### metrics?

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

Defined in: [src/types/new-api.types.ts](https://github.com/rungalileo/galileo-js/blob/main/src/types/new-api.types.ts)

Metrics

List of metrics for the experiment, including categorical and quartile metrics.
