Raw ECFS API request
ecfs_raw_requestCall any FCC ECFS public API endpoint by specifying the path and query parameters. Use this direct request for endpoints or parameters not covered by other tools.
Instructions
Escape hatch for calling any ECFS public API path/query parameters not covered by the other tools. The api_key is added automatically; do not include it yourself.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | ECFS API path to call, relative to https://publicapi.fcc.gov/ecfs (e.g. '/filings', '/filings/{id}', '/proceedings'). Use this for endpoints or parameters not covered by the other tools. | |
| params | No | Query parameters to send, excluding api_key (added automatically). |