---
title: OfflineTestResult
seo:
  title: OfflineTestResult — TypeScript SDK
  description: >-
    The outcome of an offline test run, returned by `client.offlineTests.run()`.
    (TypeScript SDK)
description: The outcome of an offline test run, returned by `client.offlineTests.run()`.
---

## Properties

| Prop | Type | Default | Description |
| - | - | - | - |
| `testRunId?` | `string` | - | The test run id. |
| `status?` | `string` | - | Final run status. |
| `uiResultsUrl?` | `string \| undefined` | - | Link to the results page in the dashboard. |
| `results?` | `OfflineExampleResult[]` | - | One entry per dataset example, with per-judge scorer rows. |
| `agentOfflineTraceIds?` | `Record<string, string>` | - | Mapping of example id to the agent's offline trace (agent testing only). |
| `passed?` | `boolean \| null` | - | Whether every row passed its pass condition; null when none was evaluated. |
