---
title: "Staff full-fidelity findings for a customer (admin only)"
method: GET
path: "/v1/admin/customer/{customerId}/ai-spend/finding"
tags: ["AiSpend"]
---

# Staff full-fidelity findings for a customer (admin only)

`GET /v1/admin/customer/{customerId}/ai-spend/finding`

## Path parameters

- `customerId` string, required

## Query parameters

- `status` union
  - 'pending_review'
  - 'accepted'
  - 'rejected'
  - 'all'
- `ruleId` string
- `severity` union
  - 'low'
  - 'medium'
  - 'high'
- `category` union
  - 'refund_eligible'
  - 'savings_opportunity'
  - 'advisory'
- `limit` integer

## Response `200`

Default Response

- object
  - `findings` object[], required
    - `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
  - `totalCount` number, required

## Other responses

- `400` — Default Response
- `401` — The access to this resource has been denied
- `403` — The access to this resource is forbidden
- `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)
