---
title: "List Bandwidth Snapshots"
method: GET
path: "/bandwidth_snapshots"
tags: ["bandwidth_snapshots", "Bandwidth Snapshots"]
---

# List Bandwidth Snapshots

`GET /bandwidth_snapshots`

List Bandwidth Snapshots

## Query parameters

- `cursor` string
- `per_page` integer

## Response `200`

A list of BandwidthSnapshots objects.

- BandwidthSnapshotEntity[]
  - `id` integer — Site bandwidth ID
  - `bytes_received` integer — Site bandwidth report bytes received
  - `bytes_sent` integer — Site bandwidth report bytes sent
  - `sync_bytes_received` integer — Site sync bandwidth report bytes received
  - `sync_bytes_sent` integer — Site sync bandwidth report bytes sent
  - `requests_get` integer — Site bandwidth report get requests
  - `requests_put` integer — Site bandwidth report put requests
  - `requests_other` integer — Site bandwidth report other requests
  - `logged_at` string, date-time — Time the site bandwidth report was logged

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `403` — Forbidden
- `404` — Not Found
- `405` — Method Not Allowed
- `409` — Conflict
- `412` — Precondition Failed
- `422` — Unprocessable Entity
- `423` — Locked
- `429` — Too Many Requests

---

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