---
title: "Sandbox - Multiple Ring Battery Level Documents"
method: GET
path: "/v2/sandbox/usercollection/ring_battery_level"
tags: ["Sandbox Routes"]
---

# Sandbox - Multiple Ring Battery Level Documents

`GET /v2/sandbox/usercollection/ring_battery_level`

## Query parameters

- `start_datetime` string, date-time, nullable
- `end_datetime` string, date-time, nullable
- `next_token` string, nullable

## Response `200`

Successful Response

- union
  - TimeSeriesResponsePublicRingBatteryLevelRow
    - `data` PublicRingBatteryLevelRow[], required
      - `timestamp` string, required
      - `timestamp_unix` integer, required — Timestamp of the discrete sample as unix time in milliseconds.
      - `charging` boolean, nullable — Flag indicating if the ring was charging.
      - `in_charger` boolean, nullable — Flag indicating if the ring was in charger.
      - `level` integer, required — Ring battery level percentage. These values are within [0, 100].
    - `next_token` string, nullable
  - TimeSeriesResponseDict
    - `data` object[], required
    - `next_token` string, nullable

## Other responses

- `400` — Client Exception
- `401` — Unauthorized access exception. Usually means the access token is expired, malformed or revoked.
- `403` — Access forbidden. Usually means the user's subscription to Oura has expired and their data is not available via the API.
- `422` — Validation Error
- `429` — Request Rate Limit Exceeded.

---

[API](https://skmtc.dev/ouraring/apis/oura-api-documentation.md) · [All operations](https://skmtc.dev/ouraring/apis/oura-api-documentation/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/ouraring/oura-api-documentation/revisions/8b8ae3b61eda/schema)
