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

# ServerAddress

Represents the server's IP address and port.

## Definition

```graphql theme={null}
object ServerAddress {
  ipAddress: String
  port: Int
}
```

## Fields

### `ipAddress`

[String](/reference/graphql/scalars/string)

The IP address of the server (e.g., "192.168.1.1").

### `port`

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

The port number (e.g., 80 or 443).
