> ## 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.

# AggregatedTraceViewResponse

***

# Type Alias: AggregatedTraceViewResponse

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

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

AggregatedTraceViewResponse

## Properties

### endTime?

```ts theme={null}
optional endTime: string | null;
```

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

End Time

created\_at of latest record of the aggregated view

***

### graph

```ts theme={null}
graph: AggregatedTraceViewGraph;
```

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

***

### hasAllTraces

```ts theme={null}
hasAllTraces: boolean;
```

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

Has All Traces

Whether all traces were returned

***

### numSessions

```ts theme={null}
numSessions: number;
```

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

Num Sessions

Number of sessions in the aggregated view

***

### numTraces

```ts theme={null}
numTraces: number;
```

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

Num Traces

Number of traces in the aggregated view

***

### startTime?

```ts theme={null}
optional startTime: string | null;
```

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

Start Time

created\_at of earliest record of the aggregated view
