---
title: site
description: A snapshot of an uptime-monitored site's configuration. Honeybadger records this when a site is created or its config changes. Probe results use event_type "uptime_check" and include duration, location, site.id, site.name, and response.status_code.
url: https://docs.honeybadger.io/insights/event-types/honeybadger/site/
---

A snapshot of an uptime-monitored site’s configuration. Honeybadger records this when a site is created or its config changes. Probe results use event\_type “uptime\_check” and include duration, location, site.id, site.name, and response.status\_code.

Category **Uptime** Fields **5** honeybadger

## Fields

| Field        | Type    | Description                                                                 |
| ------------ | ------- | --------------------------------------------------------------------------- |
| `event_type` | string  | Allowed value: `site`.                                                      |
| `id`         | integer | Site DB id (matches the site.id nested key on probe events).                |
| `name`       | string  | Display name of the site (matches site.name::str on probe events).          |
| `url`        | string  | Target URL being monitored.                                                 |
| `state`      | string  | Last observed reachability state of the site. Allowed values: `up`, `down`. |

## Example

```json
{
  "event_type": "site",
  "id": 67890,
  "name": "Marketing site",
  "url": "https://www.example.com",
  "state": "up"
}
```

---

## Try Honeybadger for FREE

Intelligent logging, error tracking, and Just Enough APM™ in one dev-friendly platform. Find and fix problems before users notice.

[Start free trial](https://app.honeybadger.io/users/sign_up)

[See plans and pricing](https://www.honeybadger.io/plans/)
