---
title: "Accept a pending AI-audit finding (admin only)"
method: POST
path: "/v1/admin/ai-spend/finding/{findingId}/accept"
tags: ["AiSpend"]
---

# Accept a pending AI-audit finding (admin only)

`POST /v1/admin/ai-spend/finding/{findingId}/accept`

## Path parameters

- `findingId` string, required

## Request body

- object
  - `notes` string

## Response `200`

Default Response

- object
  - `id` string, required
  - `customerId` string, required
  - `customerName` string, nullable, required
  - `ruleId` string, required
  - `title` string, required
  - `severity` union, required
    - 'low'
    - 'medium'
    - 'high'
  - `status` union, required
    - 'pending_review'
    - 'accepted'
    - 'rejected'
  - `userId` string, nullable, required
  - `sessionId` string, nullable, required
  - `estimatedDollarImpactUsd` number, required
  - `priceSourceVersion` string, nullable, required
  - `humanExplanation` string, required
  - `evidence` object, nullable, required
  - `confidence` integer, nullable, required
  - `category` union, required
    - 'refund_eligible'
    - 'savings_opportunity'
    - 'advisory'
  - `reviewedBy` string, nullable, required
  - `reviewedAt` string, date-time, nullable, required
  - `reviewerNotes` string, nullable, required
  - `resolutionStatus` string, nullable, required
  - `createdAt` string, date-time, required
  - `updatedAt` string, date-time, required

## Other responses

- `400` — Default Response
- `401` — The access to this resource has been denied
- `403` — The access to this resource is forbidden
- `404` — The resource was not found
- `409` — Default Response
- `default` — Catch-all error response for any unexpected internal errors

---

[API](https://skmtc.net/funneldash/apis/surface-admin-api.md) · [All operations](https://skmtc.net/funneldash/apis/surface-admin-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/funneldash/surface-admin-api/versions/0dc20381c4a7/schema)
