---
title: OfflineExampleResult
seo:
  title: OfflineExampleResult — TypeScript SDK
  description: Per-example results for an offline test run. (TypeScript SDK)
description: Per-example results for an offline test run.
---

## Properties

| Prop | Type | Default | Description |
| - | - | - | - |
| `exampleId?` | `string` | - | |
| `data?` | `Record<string, unknown>` | - | |
| `scorers?` | `OfflineScorerData[]` | - | |
| `agentOfflineTraceId?` | `string \| undefined` | - | The offline trace produced by the agent entrypoint (agent testing only). |
