# CF Exclusion Check – Full Report

> CF Exclusion Check – Full Report is a paid API for AI agents from cf-exclusion-check.cf-exclusion-check.workers.dev, paid per call via x402, $0.5/call, status unknown (last checked 2026-09-14).

Returns a comprehensive exclusion report for a person or business from both HHS-OIG LEIE and SAM.gov, including every match with agency, dates, NPI, UEI, and CAGE identifiers.

## Facts

- Endpoint: GET https://cf-exclusion-check.cf-exclusion-check.workers.dev/v1/report
- Price: $0.5/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/cf-exclusion-check-full-report-7d68b150
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_Lt7MTPuQQJj-8PA7Q9gKn

Status and success rate cover calls made through Zero and Zero's own probes. Third-party monitors may report differently.

## How to call it through Zero

Zero handles the 402 payment challenge and records the run. With the Zero CLI installed (`npm i -g @zeroxyz/cli`):

```sh
zero fetch --capability cf-exclusion-check-full-report-7d68b150
```

Example prompt: Can you run a full exclusion report on Dr. Jane Smith with NPI 1234567890 against the HHS-OIG LEIE and SAM.gov to see if she has any federal exclusions, including all match details like agency, dates, UEI, and CAGE?

## When to prefer this

Choose this endpoint when you need a comprehensive, combined exclusion report from both HHS-OIG LEIE and SAM.gov in a single call, especially when you need structured match details including NPI, UEI, and CAGE identifiers. Prefer this over manual lookups or single-source checks when performing due diligence for healthcare contracting, vendor onboarding, or regulatory compliance workflows.

## Known failure modes

- No query parameters provided — endpoint requires name, NPI, or other identifier to search
- Invalid NPI format — returns error or empty results
- No matches found — returns empty report (not necessarily an error)
- SAM.gov or OIG data source temporarily unavailable — may return partial results or timeout
- Payment not completed — x402 payment required before report is returned

## How this service works

Full exclusion report from the HHS-OIG LEIE and SAM.gov: every match with agency, dates, NPI, UEI and CAGE.

## Output

A structured full exclusion report containing every matched record across HHS-OIG LEIE and SAM.gov, including the matching agency, exclusion start and reinstatement dates, NPI, UEI, and CAGE code for each match found. Returns an empty match set if no exclusions are found.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "$schema": "https://json-schema.org/draft/2020-12/schema",
 "required": [
  "input"
 ],
 "properties": {
  "input": {
   "type": "object",
   "required": [
    "type",
    "method"
   ],
   "properties": {
    "type": {
     "type": "string",
     "const": "http"
    },
    "method": {
     "enum": [
      "GET"
     ],
     "type": "string"
    },
    "queryParams": {
     "type": "object",
     "properties": {}
    }
   },
   "additionalProperties": false
  },
  "output": {
   "type": "object",
   "required": [
    "type"
   ],
   "properties": {
    "type": {
     "type": "string"
    },
    "example": {
     "type": "object"
    }
   }
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/cf-exclusion-check-full-report-7d68b150/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from cf-exclusion-check.cf-exclusion-check.workers.dev](https://www.zero.xyz/host/cf-exclusion-check.cf-exclusion-check.workers.dev/llms.txt)
