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

# LogTraceUpdateResponse

***

# Type Alias: LogTraceUpdateResponse

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

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

LogTraceUpdateResponse

## Properties

### experimentId?

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

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

Experiment Id

Experiment id associated with the traces.

***

### logStreamId?

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

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

Log Stream Id

Log stream id associated with the traces.

***

### metricsTestingId?

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

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

Metrics Testing Id

Metrics testing id associated with the traces.

***

### projectId

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

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

Project Id

Project id associated with the traces.

***

### projectName

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

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

Project Name

Project name associated with the traces.

***

### recordsCount

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

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

Records Count

Total number of records ingested

***

### sessionId?

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

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

Session Id

Session id associated with the traces.

***

### traceId

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

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

Trace Id

Trace id associated with the updated trace.
