---
title: "Get all URLs"
method: GET
path: "/urls"
---

# Get all URLs

`GET /urls`

Retrieves the metadata for all URLs across your sites.

## Response `200`

200

- object
  - `sites` object[]
    - `site_id` integer
    - `name` string
    - `urls` object[]
      - `url_id` integer
      - `url` string
      - `label` string
      - `latest_tests` object[]
        - `test_id` string
        - `timestamp` integer
        - `region_id` string
        - `browser_id` string

## Other responses

- `400` — 400

---

[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)
