---
title: "Get the user's data rate limit and current activity level."
method: GET
path: "/{username}/throttle"
tags: ["Users"]
---

# Get the user's data rate limit and current activity level.

`GET /{username}/throttle`

## Path parameters

- `username` string, required

## Response `200`

Data rate limit and current actions.

- object
  - `data_rate_limit` integer — Max possible actions inside the time window (usually 1 minute).
  - `active_data_rate` integer — Actions taken inside the time window.

## Other responses

- `401` — Unauthorized
- `403` — Forbidden
- `404` — Not Found
- `500` — Server Error

---

[API](https://skmtc.net/adafruit/apis/adafruit-io-rest-api.md) · [All operations](https://skmtc.net/adafruit/apis/adafruit-io-rest-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/adafruit/adafruit-io-rest-api/revisions/b16cd6123537/schema)
