---
title: "List Fraud Searches"
method: GET
path: "/api/v1/fraud-searches"
---

# List Fraud Searches

`GET /api/v1/fraud-searches`

## Query parameters

- `limit` integer
- `offset` integer

## Response `200`

OK

- PagedFraudSearch
  - `searches` FraudSearch[], required
    - `id` string, uuid, required
    - `created_at` string, date-time, required
    - `updated_at` string, date-time, required
    - `status` 'PROCESSING' | 'FINISHED' | 'ERROR', required
    - `status_description` string
    - `result` FraudSearchResult
      - `business_name` string
      - `business_description` string
      - `business_address` Address
        - `full_address` string, nullable — The primary address of the company
        - `line_1` string, nullable — The primary address of the company.
        - `line_2` string, nullable — The primary address of the company.
        - `city` string, nullable — The primary city the company operates in.
        - `state_province` string, nullable — The primary State the company operates in.
        - `postal_code` string, nullable — The Zip Code of the company.
        - `country` string, nullable — The primary Country the company operates in.
        - `postal_service_flags` PostalServiceFlag[] — A list of flags indicating what the local postal service knows about this address (Only US addresses supported currently).
        - `is_shared_with_registered_agent` boolean, nullable — Indicates if the discovered address is shared with a known registered agent.
        - `coordinates` Coordinates
          - `lat` number, required
          - `lon` number, required
        - `coordinates_accuracy` 'APPROXIMATE' | 'ROOFTOP' — Order matters here, list from least to most accurate
        - `google_maps_link` string, uri, nullable — A link to view the address on google maps.
        - `is_valid` boolean, nullable — Is the address a valid, known address?
        - `source` 'website' | 'social' | 'other' | 'submitted' — An enumeration.
      - `website` string
      - `fraud_likelihood_risk` 'LOW' | 'MEDIUM' | 'HIGH'
      - `fraud_likelihood_summary` string
    - `query` CreateFraudSearchInput
      - `business_name` string, required
      - `website` string
      - `city` string
      - `state_province` string
      - `postal_code` string
      - `country` string, required
      - `external_tracking_ref` string
  - `count` integer, required
  - `limit` integer, required
  - `offset` integer, required

## Other responses

- `202` — Accepted
- `204` — No Content
- `400` — Bad Request
- `401` — Unauthorized
- `403` — Forbidden
- `404` — Not Found
- `409` — Conflict
- `422` — Unprocessable Entity
- `429` — Too Many Requests
- `500` — Internal Server Error

---

[API](https://skmtc.net/truebiz/apis/truebiz-web-presence-review-api.md) · [All operations](https://skmtc.net/truebiz/apis/truebiz-web-presence-review-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/truebiz/truebiz-web-presence-review-api/revisions/22a9a6d3740a/schema)
