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

# LogTracesIngestResponse

***

# Type Alias: LogTracesIngestResponse

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

Defined in: node\_modules/galileo-generated/dist/commonjs/models/logtracesingestresponse.d.ts:4

## Properties

### experimentId?

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

Defined in: node\_modules/galileo-generated/dist/commonjs/models/logtracesingestresponse.d.ts:12

Experiment id associated with the traces.

***

### logStreamId?

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

Defined in: node\_modules/galileo-generated/dist/commonjs/models/logtracesingestresponse.d.ts:8

Log stream id associated with the traces.

***

### metricsTestingId?

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

Defined in: node\_modules/galileo-generated/dist/commonjs/models/logtracesingestresponse.d.ts:16

Metrics testing id associated with the traces.

***

### projectId

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

Defined in: node\_modules/galileo-generated/dist/commonjs/models/logtracesingestresponse.d.ts:20

Project id associated with the traces.

***

### projectName

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

Defined in: node\_modules/galileo-generated/dist/commonjs/models/logtracesingestresponse.d.ts:24

Project name associated with the traces.

***

### recordsCount

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

Defined in: node\_modules/galileo-generated/dist/commonjs/models/logtracesingestresponse.d.ts:32

Total number of records ingested

***

### sessionId?

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

Defined in: node\_modules/galileo-generated/dist/commonjs/models/logtracesingestresponse.d.ts:28

Session id associated with the traces.

***

### traceIds?

```ts theme={null}
optional traceIds: string[] | null;
```

Defined in: node\_modules/galileo-generated/dist/commonjs/models/logtracesingestresponse.d.ts:40

List of trace IDs that were ingested. Only included if include\_trace\_ids=True in request.

***

### tracesCount

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

Defined in: node\_modules/galileo-generated/dist/commonjs/models/logtracesingestresponse.d.ts:36

total number of traces ingested
