---
title: "Get Scuts History"
method: GET
path: "/api/scuts/history"
tags: ["SCUTS"]
---

# Get Scuts History

`GET /api/scuts/history`

Get recent SCUTS check history aggregated across one or more PVs.

Args:
    pv_ids: One or more point-of-sale IDs (repeat the param: ?pv_ids=1&pv_ids=2)
    days: Number of days to look back (default 7)

## Query parameters

- `pv_ids` integer[], required
- `days` integer

## Headers

- `x-api-token` string, nullable

## Response `200`

Successful Response

- unknown

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/multigest/apis/multigest-protected-api.md) · [All operations](https://skmtc.dev/multigest/apis/multigest-protected-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/multigest/multigest-protected-api/revisions/4b44eb76b3ee/schema)
