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

# Interface AgentSessionControlledListResult

Bounded reload/visibility projection of protected bindings controlled by the authenticated caller. It is not transcript history or pair authority.

```typescript
interface AgentSessionControlledListResult {
    sessions: readonly AgentSessionState[];
}
```

Types: [sessions](#sessions), [AgentSessionState](core.AgentSessionState.md)

##### Index

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

[sessions](#sessions)

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

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

```typescript
sessions: readonly AgentSessionState[]
```

Types: [AgentSessionState](core.AgentSessionState.md)
