UE
U.S. EPA Enforcement and Compliance History Online (ECHO) - Enforcement Case Sea
/case_rest_services.get_download
Enforcement Case Download Data Service
Based on the QID obtained from a get_cases query, return a comma separated value (CSV) file of the cases found.
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_download for me.
Input
| Field | Type | Description |
|---|---|---|
| output | string | Output Format Flag. Enter one of the following keywords: - CSV = Facility results formatted as comma delimited file download (default). 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_download","input":{"output":"..."}}'cli
npx cracked-ai run -p oa-epa-gov-case -e /case_rest_services.get_download -i '{"output":"..."}'mcp
run_tool({ provider: "oa-epa-gov-case", endpoint: "/case_rest_services.get_download", input: {"output":"..."} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.