# CF Enforcement Check - Full Report

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

Returns a comprehensive federal enforcement report for an organization, including every matching court record, case details, agency/court info, source URLs, and statistical breakdowns by month and case type.

## Facts

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

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-enforcement-check-full-report-650738a2
```

Example prompt: Can you pull the full federal enforcement report for 'Acme Financial Services' — I want every matching court record, case numbers, agencies involved, and a breakdown by month and case type?

## When to prefer this

Choose this endpoint when you need the complete, detailed enforcement dossier for an organization — including every individual record with full case metadata, source links, and statistical summaries — rather than a simple yes/no verdict. Ideal for due diligence workflows, compliance screening, investment research, or any scenario requiring structured, auditable enforcement history with breakdowns by time period and case type.

## Known failure modes

- No records found for the organization (empty result set)
- Ambiguous organization name matching unintended entities
- Invalid or missing 'org' parameter returns validation error
- Invalid state code returns error or empty results
- Rate limiting or payment failure for the $0.50 USDC per-call fee
- CIK not found in SEC records if provided

## How this service works

Full enforcement report: every matching record with title, date, agency, court, case number, case type, official source URL and courtpls.com page URL, plus per-month and per-case-type breakdowns and the basis each record matched on.

## Output

A detailed enforcement report containing every matched federal record with title, date, agency, court, case number, case type, official source URL, and courtpls.com page URL, plus statistical breakdowns showing enforcement activity per month and per case type, along with the basis on which each record was matched.

## 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",
     "required": [
      "org"
     ],
     "properties": {
      "cik": {
       "type": "string",
       "description": "Optional SEC Central Index Key"
      },
      "org": {
       "type": "string",
       "description": "Organization name, with or without its legal suffix"
      },
      "state": {
       "type": "string",
       "description": "Optional two-letter US state code"
      }
     }
    }
   },
   "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-enforcement-check-full-report-650738a2/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from cf-enforcement-check.cf-exclusion-check.workers.dev](https://www.zero.xyz/host/cf-enforcement-check.cf-exclusion-check.workers.dev/llms.txt)
