← Back to catalog
fcc.regulatory.proceeding_detail
mock data$0.001 / callFCC Proceeding Detail
Get full details of a specific FCC proceeding by docket number from ECFS. Returns the description, bureau, type (Rulemaking vs Docket), open/closed status, filing count, and all key dates (created, NPRM, public notice). Use after fcc.regulatory.search_proceedings to get full details of a specific docket.
Input schema
docketrequired
stringFCC docket number to look up (e.g. "17-108" for Restoring Internet Freedom, "22-461" for broadband rules).
Call via REST
curl -X POST https://unifyapi.pro/api/call/fcc.regulatory.proceeding_detail \
-H "Authorization: Bearer uak_live_..." \
-H "Content-Type: application/json" \
-d '{"docket":"<docket>"}'