> ISPO SDK documentation. [HTML](https://ispo.ai/docs/interfaces/core.AgentRunsGetResult.html) · [Documentation index](https://ispo.ai/docs/llms.txt)

# Interface AgentRunsGetResult

```typescript
interface AgentRunsGetResult {
    endedAt?: string;
    error?: unknown;
    result?: unknown;
    runId: string;
    startedAt?: string;
    status: AgentRunStatus;
    updatedAt?: string;
}
```

Types: [endedAt](#endedat), [error](#error), [result](#result), [runId](#runid), [startedAt](#startedat), [status](#status), [AgentRunStatus](../types/core.AgentRunStatus.md), [updatedAt](#updatedat)

##### Index

### <a id="properties"></a>Properties

[endedAt?](#endedat) [error?](#error) [result?](#result) [runId](#runid) [startedAt?](#startedat) [status](#status) [updatedAt?](#updatedat)

## <a id="properties-1"></a>Properties

### <a id="endedat"></a>`Optional`endedAt

```typescript
endedAt?: string
```

### <a id="error"></a>`Optional`error

```typescript
error?: unknown
```

### <a id="result"></a>`Optional`result

```typescript
result?: unknown
```

### <a id="runid"></a>runId

```typescript
runId: string
```

### <a id="startedat"></a>`Optional`startedAt

```typescript
startedAt?: string
```

### <a id="status"></a>status

```typescript
status: AgentRunStatus
```

Types: [AgentRunStatus](../types/core.AgentRunStatus.md)

### <a id="updatedat"></a>`Optional`updatedAt

```typescript
updatedAt?: string
```
