---
title: "Get all sites"
method: GET
path: "/sites"
---

# Get all sites

`GET /sites`

Retrieves all sites and monitored URL's for an account/team and the median tests for a site across all URL's and regions.

## Query parameters

- `median` integer
- `days` integer

## Response `200`

200

- object
  - `sites` object[]
    - `site_id` integer
    - `name` string
    - `checks_scheduled` integer
    - `urls` object[]
      - `url_id` integer
      - `url` string

---

[API](https://skmtc.net/speedcurve/apis/speedcurve-api.md) · [All operations](https://skmtc.net/speedcurve/apis/speedcurve-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/speedcurve/speedcurve-api/versions/bb573d4fb28a/schema)
