---
title: "Trigger Scuts Check"
method: POST
path: "/api/scuts/check/{pv_id}"
tags: ["SCUTS"]
---

# Trigger Scuts Check

`POST /api/scuts/check/{pv_id}`

Manually trigger SCUTS check for a specific PV.
Runs as a detached async task - does not block worker.

Requires the PV to belong to the authenticated user's company.

Args:
    pv_id: Point of sale ID to check
    send_email: Whether to send email alert (default True)

Returns immediately with status 'started'.

## Path parameters

- `pv_id` integer, required

## Query parameters

- `send_email` boolean

## 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)
