> ## Documentation Index
> Fetch the complete documentation index at: https://docs.notte.cc/llms.txt
> Use this file to discover all available pages before exploring further.

# ObserveResponse

## Fields

<ParamField path="metadata" type="SnapshotMetadata" required>
  Metadata of the current page, i.e url, page title, snapshot timestamp.
</ParamField>

<ParamField path="screenshot" type="Screenshot" required>
  Base64 encoded screenshot of the current page
</ParamField>

<ParamField path="space" type="ActionSpace" required>
  Available actions in the current state
</ParamField>

<ParamField path="session" type="SessionResponse" required>
  Browser session information
</ParamField>

## Module

`notte_sdk.types`
