UE
U.S. EPA Enforcement and Compliance History Online (ECHO) - Enforcement Case Sea
/case_rest_services.get_crcase_report
Enforcement Criminal Case Summary Report Search
The get_crcase_report service end point returns a complex object of criminal case detials based on the provided criminal case id.
liveunknown~3s typical
case enforcementu.s.
$Set up https://cracked-ai-pearl.vercel.app/SKILL.md, then use Cracked to run oa-epa-gov-case /case_rest_services.get_crcase_report for me.
Input
| Field | Type | Description |
|---|---|---|
| p_id | string | Prosecution Summary Identifier. Enter the numeric prosecution summary identifier to retrieve the criminal case report. default null |
| output | string (JSONP | JSON | XML) | Output Format Flag. Enter one of the following keywords: - JSON = Data model formatted as Javascript Object Notation (default). - JSONP = Data model formatted as Javascript Object Notation with Paddi default null |
Call it
curl
curl https://cracked-ai-pearl.vercel.app/v1/run \
-H "Authorization: Bearer ck_live_..." -H "content-type: application/json" \
-d '{"provider":"oa-epa-gov-case","endpoint":"/case_rest_services.get_crcase_report","input":{"p_id":"...","output":"JSONP"}}'cli
npx cracked-ai run -p oa-epa-gov-case -e /case_rest_services.get_crcase_report -i '{"p_id":"...","output":"JSONP"}'mcp
run_tool({ provider: "oa-epa-gov-case", endpoint: "/case_rest_services.get_crcase_report", input: {"p_id":"...","output":"JSONP"} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.