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

# response

Information about the main resource response for the page.
This includes status, headers, and other details of the HTTP response that loaded the page.
May be null if the page was loaded from content directly (e.g., via `page(content: "...")`).

## Definition

```graphql theme={null}
response: Response
```

## Returns

[Response](/reference/graphql/objects/response)

Detailed information about a network response received by the page.

## Usage

This field is available on the [Page](/reference/graphql/objects/page) object. Use it to query page information and content.
