> ## 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.

# status

The HTTP status code of the main page response.
Example: 200 for success, 404 for not found.
May be null if the page was not loaded via an HTTP request (e.g., a data URL).

## Definition

```graphql theme={null}
status: Int
```

## Returns

[Int](/reference/graphql/scalars/int)

The `Int` scalar type represents non-fractional signed whole numeric values. Int can represent values between -(2^31) and 2^31 - 1.

## Usage

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