---
title: "Get admin PFP API throttling history"
method: GET
path: "/admin/usage/pfp/throttling/history"
---

# Get admin PFP API throttling history

`GET /admin/usage/pfp/throttling/history`

## Query parameters

- `start` string, date-time, required
- `end` string, date-time, required

## Response `200`

Succeeded.

- object
  - `data` object, required
    - `pfp_api` object
      - `throttled_request_histories` object[], required
        - `team_id` string, nullable, required
        - `team_name` string, nullable, required
        - `throttled_requests` object[], required
          - `reason` string, required
          - `timestamps` number[], required
          - `values` number[], required
        - `total_requests` object, required
          - `timestamps` number[], required
          - `values` number[], required
        - `user_id` string, required
        - `user_name` string, required

---

[API](https://skmtc.dev/matlantis/apis/matlantis-web-ui-backend-api.md) · [All operations](https://skmtc.dev/matlantis/apis/matlantis-web-ui-backend-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/matlantis/matlantis-web-ui-backend-api/revisions/b155f3a32673/schema)
